Sha256: 48393b93325a940b00fe0e792636299f87e4479ffa044b2e0d3f196ac2353abd

Contents?: true

Size: 221 Bytes

Versions: 7

Compression:

Stored size: 221 Bytes

Contents

module Refinery
  module Blog
    module Admin
      class CategoriesController < ::Refinery::AdminController

        crudify :'refinery/blog/category',
                :order => 'title ASC'

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
refinerycms-blog-2.1.0 app/controllers/refinery/blog/admin/categories_controller.rb
refinerycms-blog-2.0.5 app/controllers/refinery/blog/admin/categories_controller.rb
refinerycms-blog-2.0.4 app/controllers/refinery/blog/admin/categories_controller.rb
refinerycms-blog-2.0.3 app/controllers/refinery/blog/admin/categories_controller.rb
refinerycms-blog-2.0.2 app/controllers/refinery/blog/admin/categories_controller.rb
refinerycms-blog-2.0.1 app/controllers/refinery/blog/admin/categories_controller.rb
refinerycms-blog-2.0.0 app/controllers/refinery/blog/admin/categories_controller.rb