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

fix

parent b683fd70
No related branches found
No related tags found
No related merge requests found
class Admin::Communication::Websites::Agenda::CategoriesController < Admin::Communication::Websites::Agenda::ApplicationController
load_and_authorize_resource class: Communication::Website::Agenda::Category,
load_and_authorize_resource class: 'Communication::Website::Agenda::Category',
through: :website,
through_association: :agenda_categories
include Admin::Translatable
def index
@categories = @website.agenda_categories.for_language(current_website_language).ordered
@categories = @categories.for_language(current_website_language).ordered
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