class CustomAuthenticityParamController

Public Instance Methods

form_authenticity_param() click to toggle source
# File actionpack/test/controller/request_forgery_protection_test.rb, line 142
def form_authenticity_param
  "foobar"
end