class FreeCookieController

Public Instance Methods

index() click to toggle source
# File actionpack/test/controller/request_forgery_protection_test.rb, line 132
def index
  render inline: "<%= form_tag('/') {} %>"
end
show_button() click to toggle source
# File actionpack/test/controller/request_forgery_protection_test.rb, line 136
def show_button
  render inline: "<%= button_to('New', '/') %>"
end