Methods
Instance Public methods
Source: show
# File rails/actionpack/test/controller/helper_test.rb, line 165 def index render :inline => '<%= shout %>' end
Source: show
# File rails/actionpack/test/controller/helper_test.rb, line 163 def shout; 'C' end