Skip to content

Commit 18da6cd

Browse files
committed
remove spaces inside {} of app/models/group.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20110 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent dc66495 commit 18da6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Group < Principal
3535

3636
before_destroy :remove_references_before_destroy
3737

38-
scope :sorted, lambda { order(:type => :asc, :lastname => :asc) }
38+
scope :sorted, lambda {order(:type => :asc, :lastname => :asc)}
3939
scope :named, lambda {|arg| where("LOWER(#{table_name}.lastname) = LOWER(?)", arg.to_s.strip)}
4040
scope :givable, lambda {where(:type => 'Group')}
4141

0 commit comments

Comments
 (0)