Methods
O
Instance Public methods
ok()
# File actionpack/test/controller/integration_test.rb, line 1104
def ok
  cookies[:key] = 'ok'
  render plain: 'ok'
end