Source: show | on GitHub
# File actionpack/test/controller/integration_test.rb, line 1141 def foos_json render json: params.permit(:foo) end
# File actionpack/test/controller/integration_test.rb, line 1145 def foos_wibble render plain: 'ok' end