= private = protected
form_authenticity_token(form_options: {})
Sets the token value for the current session.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 307 def form_authenticity_token(form_options: {}) masked_authenticity_token(session, form_options: form_options) end