Skip to content

Instantly share code, notes, and snippets.

@ouranos
Created May 25, 2015 09:17
Show Gist options
  • Save ouranos/ee7bc92018f14a3f9215 to your computer and use it in GitHub Desktop.
Save ouranos/ee7bc92018f14a3f9215 to your computer and use it in GitHub Desktop.
# config/application.rb
# Add Warden in the middleware stack
config.middleware.insert_after ActionDispatch::ParamsParser, Warden::Manager do |manager|
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment