Sha256: c0ef61e25fc701b5e54d493a6b2db828e0ca9ae7c2a9610f8f6303e352c3ed62

Contents?: true

Size: 240 Bytes

Versions: 4

Compression:

Stored size: 240 Bytes

Contents

module Theblog
  class Admin::PagesController < Admin::ItemsController
    MODEL = Theblog::Page
    ATTRIBUTES = [:title, :slug, :description, {body: :wysihtml5}, :tags]
    INDEX = [:title, :description, :body, :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/pages_controller.rb
theblog-0.0.2.2 app/controllers/theblog/admin/pages_controller.rb
theblog-0.0.2.1 app/controllers/theblog/admin/pages_controller.rb
theblog-0.0.2 app/controllers/theblog/admin/pages_controller.rb