Method: Sinatra::Schema::DSL::Resources#put
- Defined in:
- lib/sinatra/schema/dsl/resources.rb
#put(href = "/", &blk) ⇒ Object
40 41 42 |
# File 'lib/sinatra/schema/dsl/resources.rb', line 40 def put(href="/", &blk) build_link(:put, href, &blk) end |