mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-06 15:41:33 +00:00
remove trailing white space from app/models/user_preference.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16076 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7fb2beebc1
commit
d42e8b3f5c
@ -94,7 +94,7 @@ class UserPreference < ActiveRecord::Base
|
|||||||
def my_page_settings(block=nil)
|
def my_page_settings(block=nil)
|
||||||
s = self[:my_page_settings] ||= {}
|
s = self[:my_page_settings] ||= {}
|
||||||
if block
|
if block
|
||||||
s[block] ||= {}
|
s[block] ||= {}
|
||||||
else
|
else
|
||||||
s
|
s
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user