diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-20 08:48:03 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-20 08:48:03 +0000 |
commit | b26f1c55cc7d80d30d130c9514eb879431111989 (patch) | |
tree | 9ba9b49cab3b78dcd0106e36ceca347569c1432b /app/models | |
parent | 75050f767a6d95cc48377d1979c16adf2426a575 (diff) | |
download | redmine-b26f1c55cc7d80d30d130c9514eb879431111989.tar.gz redmine-b26f1c55cc7d80d30d130c9514eb879431111989.zip |
remove trailing white-space from app/models/user_preference.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11670 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/user_preference.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user_preference.rb b/app/models/user_preference.rb index 5b95386be..56cbe763a 100644 --- a/app/models/user_preference.rb +++ b/app/models/user_preference.rb @@ -22,7 +22,7 @@ class UserPreference < ActiveRecord::Base attr_protected :others, :user_id before_save :set_others_hash - + def initialize(attributes=nil, *args) super self.others ||= {} |