9 lines
135 B
Ruby
9 lines
135 B
Ruby
class Officing::VotersController < Officing::BaseController
|
|
layout 'admin'
|
|
|
|
before_action :authenticate_user!
|
|
|
|
def new
|
|
end
|
|
|
|
end |