fix for tag subscriptions

This commit is contained in:
albert
2013-02-21 14:20:05 -05:00
parent 08a1ff2613
commit 0c3cfb8601

View File

@@ -118,7 +118,7 @@ class TagSubscription < ActiveRecord::Base
tag_subscription.process
tag_subscription.save
rescue Exception => x
raise if Rails.environment != "production"
raise if Rails.env != "production"
end
end
end