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