app/models/inkwell/timeline_item.rb in inkwell-1.5.2 vs app/models/inkwell/timeline_item.rb in inkwell-2.0.0

- old
+ new

@@ -1,5 +1,4 @@ module Inkwell class TimelineItem < ActiveRecord::Base - attr_accessible :item_id, :owner_id, :from_source, :has_many_sources, :item_type, :created_at, :updated_at, :owner_type end end