module ActionView::IgnoreProtectAgainstForgeryTest::HelperThatInvokesProtectAgainstForgery

Public Instance Methods

help_me() click to toggle source
# File actionview/test/template/test_case_test.rb, line 187
def help_me
  protect_against_forgery?
end