Sha256: b4eebf8903ec4f4ee35199fbc368a2f8b7aa44df9ab564f402a8ba372cc0d7f6

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

module Inkwell
  class TimelineItem < ActiveRecord::Base
    attr_accessible :item_id, :user_id, :from_source, :has_many_sources, :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

Version Path
inkwell-1.0.5 app/models/inkwell/timeline_item.rb
inkwell-1.0.4 app/models/inkwell/timeline_item.rb
inkwell-0.1.1 app/models/inkwell/timeline_item.rb
inkwell-0.0.3 app/models/inkwell/timeline_item.rb