diff --git a/app/controllers/test_controller.rb b/app/controllers/test_controller.rb --- a/app/controllers/test_controller.rb +++ b/app/controllers/test_controller.rb @@ -2,13 +2,6 @@ before_action :authenticate, :check_viewability -# -# COMMENT OUT: filter in each action instead -# -# before_filter :verify_time_limit, :only => [:submit] - - verify :method => :post, :only => [:submit], - :redirect_to => { :action => :index } def index prepare_index_information