Methods
F
Instance Public methods
foos_json()
# File actionpack/test/controller/integration_test.rb, line 1141
def foos_json
  render json: params.permit(:foo)
end
foos_wibble()
# File actionpack/test/controller/integration_test.rb, line 1145
def foos_wibble
  render plain: 'ok'
end