Class: Kms::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/kms/application_controller.rb

Instance Method Summary collapse

Instance Method Details



10
11
12
# File 'app/controllers/kms/application_controller.rb', line 10

def set_csrf_cookie_for_ng
  cookies['XSRF-TOKEN'] = form_authenticity_token if protect_against_forgery?
end