Sha256: a4a7d550bd878bc0b31ee8bef6555d5e13035356dd440ccd85f7e177e0f3a902

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

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
  skip_before_action :verify_authenticity_token
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_invitable-1.0.0 spec/dummy/app/controllers/application_controller.rb