class Admin::Poll::BoothsController < Admin::BaseController skip_authorization_check def index end def show end def new end def edit end end