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