Sha256: f9f2c9f81b5b552c8521ddc547899d34b21ac0c4f39f748e58de191ff2c954be

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

module Inkwell
  if ::Inkwell::Engine::config.respond_to?('category_table')
    class BlogItemCategory < ActiveRecord::Base
      attr_accessible :blog_item_id, :category_id, :blog_item_created_at, :item_type, :item_id
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
inkwell-1.5.2 app/models/inkwell/blog_item_category.rb
inkwell-1.5.1 app/models/inkwell/blog_item_category.rb