class PerFormTokensController
Public Instance Methods
index()
click to toggle source
# File actionpack/test/controller/request_forgery_protection_test.rb, line 151 def index render inline: "<%= form_tag (params[:form_path] || '/per_form_tokens/post_one'), method: params[:form_method] %>" end
post_one()
click to toggle source
# File actionpack/test/controller/request_forgery_protection_test.rb, line 159 def post_one render plain: "" end
post_two()
click to toggle source
# File actionpack/test/controller/request_forgery_protection_test.rb, line 163 def post_two render plain: "" end