Skip to content
Snippets Groups Projects
Commit fefd767f authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fx-ux

parent 57c45d30
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@ class Admin::University::OrganizationsController < Admin::University::Applicatio
has_scope :for_kind
def index
@organizations = apply_scopes(@organizations).ordered
@organizations = apply_scopes(@organizations)
.for_language_id(current_university.default_language_id)
.ordered
respond_to do |format|
format.html {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment