app/models/inkwell/timeline_item.rb in inkwell-1.0.5 vs app/models/inkwell/timeline_item.rb in inkwell-1.1.1

- old
+ new

@@ -1,6 +1,5 @@ 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 + attr_accessible :item_id, :owner_id, :from_source, :has_many_sources, :item_type, :created_at, :updated_at, :owner_type end end