Files
nairobi/app/controllers/officing/voters_controller.rb
2016-11-14 13:51:09 +01:00

9 lines
135 B
Ruby

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