lib/tekeya/feed/attachment.rb in tekeya-0.0.7 vs lib/tekeya/feed/attachment.rb in tekeya-0.0.9
- old
+ new
@@ -7,13 +7,14 @@
belongs_to :attache, polymorphic: true, autosave: true
belongs_to :attachable, polymorphic: true, autosave: true
belongs_to :notification_attache, polymorphic: true, autosave: true
include ActiveModel::Serializers::JSON
+ attr_accessible :attache, :attachable, :notification_attache
end
module ClassMethods
end
end
end
-end
\ No newline at end of file
+end