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