Sha256: 582e73c60f84a235161fdf0a60b40b2397bb87c46cff857e5ce298f5831bdead
Contents?: true
Size: 166 Bytes
Versions: 4
Compression:
Stored size: 166 Bytes
Contents
module Inkwell class BlogItem < ActiveRecord::Base attr_accessible :item_id, :owner_id, :is_reblog, :item_type, :created_at, :updated_at, :owner_type end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
inkwell-1.4.1 | app/models/inkwell/blog_item.rb |
inkwell-1.2.0 | app/models/inkwell/blog_item.rb |
inkwell-1.1.7 | app/models/inkwell/blog_item.rb |
inkwell-1.1.1 | app/models/inkwell/blog_item.rb |