fix feed JSON rendering

This commit is contained in:
Lee Lawlor 2014-07-24 12:26:57 -04:00
parent 937d2eea47
commit 79c96cffcd

View File

@ -119,7 +119,7 @@ class Feed < ActiveRecord::Base
# custom json output
def as_json(options = {})
super(Feed.public_options)
super(Feed.public_options.merge(options))
end
# check if a field value is a number