Sha256: d8cc7c549d778bebd56540d639916a8aea1b8e164a1fabe3ff9f8a0ae2b8822d

Contents?: true

Size: 252 Bytes

Versions: 7

Compression:

Stored size: 252 Bytes

Contents

module Refinery
  module PhotoGallery
    module Admin
      class CollectionsController < ::Refinery::AdminController

        crudify :'refinery/photo_gallery/collection', :order => "created_at DESC" , :xhr_paging => true
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
refinerycms-photo-gallery-0.1.2 app/controllers/refinery/photo_gallery/admin/collections_controller.rb
refinerycms-photo-gallery-0.1.1 app/controllers/refinery/photo_gallery/admin/collections_controller.rb
refinerycms-photo-gallery-0.1.0 app/controllers/refinery/photo_gallery/admin/collections_controller.rb
refinerycms-6hoursdaily-photo-gallery-0.0.5.dev app/controllers/refinery/photo_gallery/admin/collections_controller.rb
refinerycms-6hoursdaily-photo-gallery-0.0.4.dev app/controllers/refinery/photo_gallery/admin/collections_controller.rb
refinerycms-photo-gallery-0.0.2.dev app/controllers/refinery/photo_gallery/admin/collections_controller.rb
refinerycms-photo-gallery-0.0.1.dev app/controllers/refinery/photo_gallery/admin/collections_controller.rb