instance method
POST
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
POST()
Override Rack’s POST method to support indifferent access
Source
# File actionpack/lib/action_controller/request.rb, line 431
def POST
@env["action_controller.request.request_parameters"] ||= normalize_parameters(super)
end
Defined in actionpack/lib/action_controller/request.rb line 431
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Request