Sha256: c1898e9d7fab6ff3155d3e65afbeb9f7218e6fe1f8ab5560dd4bfe2a59228126

Contents?: true

Size: 252 Bytes

Versions: 4

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
admin_invitable-0.1.0 spec/dummy/app/controllers/application_controller.rb
admin_invitable-0.0.3 spec/dummy/app/controllers/application_controller.rb
admin_invitable-0.0.2 spec/dummy/app/controllers/application_controller.rb
admin_invitable-0.0.1 spec/dummy/app/controllers/application_controller.rb