Method: Jets::Router::Dsl#collection

Defined in:
lib/jets/router/dsl.rb

#collection(&block) ⇒ Object



58
59
60
# File 'lib/jets/router/dsl.rb', line 58

def collection(&block)
  scope(from: :collection, &block)
end