diff --git a/app/controllers/basil_controller.rb b/app/controllers/basil_controller.rb index 26f7427a..4f13ef97 100644 --- a/app/controllers/basil_controller.rb +++ b/app/controllers/basil_controller.rb @@ -143,7 +143,9 @@ class BasilController < ApplicationController active_styles = [ BasilService.enabled_styles_for('Character'), - BasilService.enabled_styles_for('Location') + BasilService.enabled_styles_for('Location'), + # Also include anything we specifically want to track for now :) + 'painting2', 'painting3', 'anime' ].flatten.compact.uniq @total_score_per_style = BasilCommission.where(style: active_styles)