put(*args, &block)
Instance Public methods
Define a route that only recognizes HTTP PUT. For supported arguments, see match
put 'bacon', to: 'food#bacon'
Define a route that only recognizes HTTP PUT. For supported arguments, see match
put 'bacon', to: 'food#bacon'
Please login to continue.