Skip to content

Instantly share code, notes, and snippets.

@whoisstan
Created February 7, 2015 03:55
Show Gist options
  • Save whoisstan/5f77f6c7aa021de27600 to your computer and use it in GitHub Desktop.
Save whoisstan/5f77f6c7aa021de27600 to your computer and use it in GitHub Desktop.
ApplicationController
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