Module: Intermodal::Controllers::PaginatedCollection

Extended by:
ActiveSupport::Concern
Defined in:
lib/intermodal/concerns/controllers/paginated_collection.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



20
21
22
# File 'lib/intermodal/concerns/controllers/paginated_collection.rb', line 20

def index
  respond_with presented_collection, :presentation_root => collection_name, :presentation_scope => presentation_scope_for_index
end