Source: show | on GitHub
# File actionpack/test/controller/base_test.rb, line 90 def action_missing(action) render :text => "Response for #{action}" end