internetee-registry/app/controllers/registrar_controller.rb
2015-03-20 16:39:32 +02:00

4 lines
111 B
Ruby

class RegistrarController < ApplicationController
before_action :authenticate_user!
layout 'registrar'
end