Files
grecia/app/controllers/admin/poll/booths_controller.rb
2016-11-14 13:51:09 +01:00

16 lines
163 B
Ruby

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