class EnvironmentFilterIntegrationTest::TestController

Public Instance Methods

post() click to toggle source
# File actionpack/test/controller/integration_test.rb, line 722
def post
  render plain: "Created", status: 201
end