Title / Description
Code Index: app/models/notification_setting.rb =================================================================== --- app/models/notification_setting.rb (revision 80) +++ app/models/notification_setting.rb (revision 81) @@ -17,6 +17,10 @@ read_attribute(:options) || {} end + def options=(value) + write_attribute(:options, options.merge(value)) + end + def notification @notification ||= Notification.for(self.notification_type) end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code