Files
grecia/app/controllers/officing/voters_controller.rb
2016-09-16 13:06:30 +02:00

9 lines
135 B
Ruby

class Officing::VotersController < Officing::BaseController
layout 'admin'
before_action :authenticate_user!
def new
end
end