Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created June 14, 2014 22:26
Show Gist options
  • Save pnegri/48d63ccc8b9e695f2f3c to your computer and use it in GitHub Desktop.
Save pnegri/48d63ccc8b9e695f2f3c to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment