Created
February 7, 2015 03:55
-
-
Save whoisstan/5f77f6c7aa021de27600 to your computer and use it in GitHub Desktop.
ApplicationController
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
class ApplicationController < ActionController::Base | |
protect_from_forgery with: :exception | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment