app/controllers/application_controller.rb in tawork-0.0.26 vs app/controllers/application_controller.rb in tawork-0.0.27

- old
+ new

@@ -3,9 +3,11 @@ # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception before_filter :profiler_check + helper :all + protected def profiler_check if params[:profile].present? Rack::MiniProfiler.authorize_request