Skip to content
Snippets Groups Projects
Commit c1fcc983 authored by pabois's avatar pabois
Browse files

fix categories index

parent 4a9fbdb5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ class Admin::University::Organizations::CategoriesController < Admin::University
through_association: :organization_categories
def index
@categories = @organizations.ordered.page(params[:page])
@categories = @categories.ordered.page(params[:page])
breadcrumb
end
......
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