Sha256: abfc1747f1a77c009843c2509d8daee479a4ed6149b0273340d737b482fd0f0c

Contents?: true

Size: 205 Bytes

Versions: 2

Compression:

Stored size: 205 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
theblog-0.0.1.1 app/controllers/theblog/admin/categories_controller.rb
theblog-0.0.1 app/controllers/theblog/admin/categories_controller.rb