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
This commit is contained in:
Toshi MARUYAMA 2013-03-20 08:48:03 +00:00
parent 75050f767a
commit b26f1c55cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 ||= {}