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