class IsolatedHelpersTest::B

Public Instance Methods

index() click to toggle source
# File actionpack/test/controller/helper_test.rb, line 262
def index
  render inline: "<%= shout %>"
end
shout() click to toggle source
# File actionpack/test/controller/helper_test.rb, line 260
def shout; "B" end