Show response rate for students

This commit is contained in:
rebuilt 2022-01-25 16:15:58 +01:00
parent b111b2f106
commit 59865cd874
17 changed files with 461 additions and 214 deletions

View file

@ -8,7 +8,7 @@ begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
# task(:default).clear
task(:default).clear
task default: :spec
rescue LoadError => e
raise e unless ENV['RAILS_ENV'] == 'production'