mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
Fix admin/resources inherit
This commit is contained in:
parent
d90d2344d6
commit
6414631a32
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module Admin
|
||||
class ResourcesController < ApplicationController
|
||||
class ResourcesController < Admin::BaseController
|
||||
load_and_authorize_resource :conference, find_by: :short_title
|
||||
load_and_authorize_resource :resource, only: [:show, :edit, :update, :destroy]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue