##// END OF EJS Templates
remove trailing white-space from app/models/user_preference.rb...
Toshi MARUYAMA -
r11440:b26f1c55cc7d
parent child
Show More
@@ -22,7 +22,7 class UserPreference < ActiveRecord::Base
22 22 attr_protected :others, :user_id
23 23
24 24 before_save :set_others_hash
25
25
26 26 def initialize(attributes=nil, *args)
27 27 super
28 28 self.others ||= {}
General Comments 0
You need to be logged in to leave comments. Login now