Method: ActionController::Metal#status
- Defined in:
- lib/action_controller/metal.rb
#status ⇒ Object Also known as: response_code
Delegates to ActionDispatch::Response#status
196 |
# File 'lib/action_controller/metal.rb', line 196 delegate :status, to: "@_response" |