app/models/inkwell/timeline_item.rb in inkwell-0.0.1 vs app/models/inkwell/timeline_item.rb in inkwell-0.0.3

- old
+ new

@@ -1,5 +1,6 @@ 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