Source: show | on GitHub
# File actionpack/test/controller/helper_test.rb, line 201 def index render :inline => '<%= shout %>' end
# File actionpack/test/controller/helper_test.rb, line 205 def rescue_action(e) raise end