##// END OF EJS Templates
remove trailing white spaces from app/models/principal.rb...
Toshi MARUYAMA -
r13940:f8971eb5671d
parent child
Show More
@@ -50,7 +50,7 class Principal < ActiveRecord::Base
50 else
50 else
51 view_all_active = user.builtin_role.users_visibility == 'all'
51 view_all_active = user.builtin_role.users_visibility == 'all'
52 end
52 end
53
53
54 if view_all_active
54 if view_all_active
55 active
55 active
56 else
56 else
General Comments 0
You need to be logged in to leave comments. Login now