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