Sha256: 329224a7c38835fefa3bd7d247905ba2e06bf4ea443c7bc8460f66374c9a2c07
Contents?: true
Size: 214 Bytes
Versions: 4
Compression:
Stored size: 214 Bytes
Contents
module Inkwell class FavoriteItem < ActiveRecord::Base attr_accessible :item_id, :user_id, :is_comment, :created_at, :updated_at belongs_to ::Inkwell::Engine::config.user_table.to_s.singularize end end
Version data entries
4 entries across 4 versions & 1 rubygems