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:
parent
75050f767a
commit
b26f1c55cc
|
@ -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 ||= {}
|
||||
|
|
Loading…
Reference in New Issue