method
get
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::HttpHelpers
get(*args, &block)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 261
def get(*args, &block)
map_method(:get, *args, &block)
end 1Note
For supported arguments, see see match
As of July, 2015, the v4.2.1 doc says "see match[rdoc-ref:Base#match]" without a URL. I think you want this one: http://apidock.com/rails/ActionDispatch/Routing/Mapper/Base/match