Sha256: fa808ad17127800e3f7d8af944ebef7b1bd717f2745af6c94ee8ba8e807c75a0

Contents?: true

Size: 244 Bytes

Versions: 16

Compression:

Stored size: 244 Bytes

Contents

module Refinery
  module Stores
    module Admin
      class StoresController < ::Refinery::AdminController

        crudify :'refinery/stores/store',
                :title_attribute => 'name', :xhr_paging => true

      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
refinerycms-stores-0.1.0 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.16 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.14 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.13 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.12 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.11 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.10 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.9 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.8 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.7 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.6 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.5 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.4 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.3 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.2 app/controllers/refinery/stores/admin/stores_controller.rb
refinerycms-stores-0.0.1 app/controllers/refinery/stores/admin/stores_controller.rb