method
put
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::HttpHelpers
put(*args, &block)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 269
def put(*args, &block)
map_method(:put, *args, &block)
end