Module: MerbResourceScope
- Defined in:
- lib/merb-resource-scope/specification.rb,
lib/merb-resource-scope/controller/actions.rb,
lib/merb-resource-scope/controller/helpers.rb,
lib/merb-resource-scope/controller/singleton_actions.rb,
lib/merb-resource-scope/controller/scoped_resource_mixin.rb
Overview
specification for a route the idea of this just to give enough information onto a specified route that enables to know more information about the request then would be normaly be available
i.e users/1/posts via attaching specifications to this route we can automagically know “HOW” posts can be found in this case via finding the user and then calling posts on the found user, you know what mean!
Defined Under Namespace
Modules: Controller Classes: Specification