forked from bofh/fetsite
Aktivere Rechtemanagement für einige Controller
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class LecturersController < ApplicationController
|
||||
# GET /lecturers
|
||||
# GET /lecturers.json
|
||||
load_and_authorize_resource
|
||||
def index
|
||||
@lecturers = Lecturer.all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user