1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 07:21:12 +00:00

remove trailing white spaces from app/models/principal.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@14322 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-06-17 11:38:48 +00:00
parent f5a18db69e
commit f8971eb567

View File

@ -50,7 +50,7 @@ class Principal < ActiveRecord::Base
else
view_all_active = user.builtin_role.users_visibility == 'all'
end
if view_all_active
active
else