Created
May 25, 2015 09:17
-
-
Save ouranos/ee7bc92018f14a3f9215 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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