class IsolatedHelpersTest::C

Public Instance Methods

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