From 351a2db4379615bc564e0664664cbd4e2147773b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 7 Mar 2023 23:22:20 -0800 Subject: [PATCH] bigger perf graph --- app/controllers/basil_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)