lib/my_feeds/eater.rb in my_feeds-0.1.1 vs lib/my_feeds/eater.rb in my_feeds-1.0.0
- old
+ new
@@ -1,9 +1,9 @@
module MyFeeds
module Eater
extend ActiveSupport::Concern
def feeds_for scope
- Feed.where source_identify: scope.select(scope.klass.polymorphic_identify_column)
+ Feed.where source_identity: scope.select(scope.klass.polymorphic_identity_column)
end
end
end