Module: SimpleResourceController::Controller::Index

Defined in:
lib/simple_resource_controller/controller.rb

Instance Method Summary collapse

Instance Method Details

#index(options = {}, &block) ⇒ Object Also known as: index!



4
5
6
# File 'lib/simple_resource_controller/controller.rb', line 4

def index(options={}, &block)
  respond_with collection, options, &block
end