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

#228

parent d8a8f7e5
No related branches found
No related tags found
No related merge requests found
class Admin::Communication::BlocksController < Admin::Communication::ApplicationController class Admin::Communication::BlocksController < Admin::Communication::ApplicationController
load_and_authorize_resource class: Communication::Block load_and_authorize_resource class: Communication::Block,
through: :current_university,
through_association: :communication_blocks
def reorder def reorder
ids = params[:ids] || [] ids = params[:ids] || []
......
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