diff --git a/app/views/scores/_score.html.erb b/app/views/scores/_score.html.erb index 213ef67..c415e67 100644 --- a/app/views/scores/_score.html.erb +++ b/app/views/scores/_score.html.erb @@ -2,7 +2,7 @@ <%= highlight(score.name, params.dig(:q,:name_cont)) %> - + <%= score.grade %> diff --git a/lib/semantic/dev_loader.rb b/lib/semantic/dev_loader.rb index c33d4d8..1d44ef3 100644 --- a/lib/semantic/dev_loader.rb +++ b/lib/semantic/dev_loader.rb @@ -12,6 +12,7 @@ module Semantic # FIXME: proper unsubscribe!!! RailsSemanticLogger::ActionController::LogSubscriber.logger.level = :fatal + # # RailsSemanticLogger.swap_subscriber( # RailsSemanticLogger::ActionController::LogSubscriber, # @log_subscriber, # attach missing!!!