Sha256: fba33b2363398b4d6d0aa89d6881f7766bcd4714bbd8c0c5bf5a7fe36f3c28a6

Contents?: true

Size: 222 Bytes

Versions: 4

Compression:

Stored size: 222 Bytes

Contents

module Theblog
  class Admin::CategoriesController < Admin::ItemsController
    MODEL = Theblog::Category
    ATTRIBUTES = [:title, :slug, :description, :tags]
    INDEX = [:title, :description, :content_status]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
theblog-0.0.2.3 app/controllers/theblog/admin/categories_controller.rb
theblog-0.0.2.2 app/controllers/theblog/admin/categories_controller.rb
theblog-0.0.2.1 app/controllers/theblog/admin/categories_controller.rb
theblog-0.0.2 app/controllers/theblog/admin/categories_controller.rb