RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lewisenator
Site: http://www.lewisenator.com
In order for authorize_request and deauthorize_request to work, you have to set the authorize mode to whitelist.
application.rb Rack::MiniProfiler.config.authorization_mode = :whitelist
In order for authorize_request and deauthorize_request to work, you have to set the authorize mode to whitelist.
application.rb
Rack::MiniProfiler.config.authorization_mode = :whitelist