updates from Production

This commit is contained in:
Lee Lawlor
2015-03-13 10:19:45 -04:00
parent ca5acacee9
commit 87c2cf1b53
3 changed files with 25 additions and 43 deletions

View File

@ -26,9 +26,6 @@ class Feed < ActiveRecord::Base
extend FeedHelper
belongs_to :channel
after_commit :queue_react
delegate :queue_react, :to => :channel
self.include_root_in_json = false
attr_readonly :created_at
@ -156,4 +153,3 @@ class Feed < ActiveRecord::Base
end
end