Skip to content

Commit bf53bfa

Browse files
committed
Fix typo
1 parent 634995b commit bf53bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/organizations_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class OrganizationsController < ApplicationController
88
skip_authorization_check only: %i[index new]
99

1010
def index
11-
ordering = 'hidden, LOWER(title)'
11+
ordering = 'hidden, LOWER(name)'
1212
@organizations = Organization
1313
.accepted_organizations
1414
.order(ordering)

0 commit comments

Comments
 (0)