Skip to content

Instantly share code, notes, and snippets.

@whiz25
Created January 14, 2020 10:38
Show Gist options
  • Save whiz25/793763b48eb2e7533ecef1c1bf3a538c to your computer and use it in GitHub Desktop.
Save whiz25/793763b48eb2e7533ecef1c1bf3a538c to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
skip_before_action :verify_authenticity_token
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment