class ActionDispatch::Routing::Mapper

Public Instance Methods

patch(*args, &block) click to toggle source
# File lib/controller_engine.rb, line 32
def patch(*args, &block)
  map_method(:patch, *args, &block)
end