Sha256: f122f0ed630653444d54bb5f679e46d99a0540422e6a0ba50f718ff5e95d09c0
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
module Inkwell class BlogItem < ActiveRecord::Base attr_accessible :item_id, :user_id, :is_reblog, :is_comment, :created_at, :updated_at belongs_to ::Inkwell::Engine::config.user_table.to_s.singularize end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inkwell-0.1.1 | app/models/inkwell/blog_item.rb |
inkwell-0.0.3 | app/models/inkwell/blog_item.rb |