module Admin class QuizController < AdminController def index end def new end def create end def view end def edit end def update end end end