promiscuous 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ module Promiscuous::Subscriber::Attributes
|
|
19
19
|
instance.__send__("#{attr}=", new_value) if old_value != new_value
|
20
20
|
else
|
21
21
|
# TODO Add unit test
|
22
|
+
new_value = Promiscuous::Subscriber.process(payload[attr])
|
22
23
|
instance.__send__("#{attr}=", new_value)
|
23
24
|
end
|
24
25
|
end
|
data/lib/promiscuous/version.rb
CHANGED