Skip to content

Commit fb251df

Browse files
committed
fix source indent of app/models/role.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20089 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 589609f commit fb251df

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

app/models/role.rb

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,18 @@ def self.dump(value)
9292
:if => lambda {|role| role.respond_to?(:time_entries_visibility) && role.time_entries_visibility_changed?})
9393

9494
safe_attributes(
95-
'name',
96-
'assignable',
97-
'position',
98-
'issues_visibility',
99-
'users_visibility',
100-
'time_entries_visibility',
101-
'all_roles_managed',
102-
'managed_role_ids',
103-
'permissions',
104-
'permissions_all_trackers',
105-
'permissions_tracker_ids')
95+
'name',
96+
'assignable',
97+
'position',
98+
'issues_visibility',
99+
'users_visibility',
100+
'time_entries_visibility',
101+
'all_roles_managed',
102+
'managed_role_ids',
103+
'permissions',
104+
'permissions_all_trackers',
105+
'permissions_tracker_ids'
106+
)
106107

107108
# Copies attributes from another role, arg can be an id or a Role
108109
def copy_from(arg, options={})

0 commit comments

Comments
 (0)