Method: InheritedResources::Actions#index
- Defined in:
- lib/inherited_resources/actions.rb
#index(&block) ⇒ Object Also known as: index!
GET /resources
6 7 8 |
# File 'lib/inherited_resources/actions.rb', line 6 def index(&block) respond_with(collection, &block) end |