internetee-registry/app/controllers/registrar_controller.rb
2015-04-10 10:59:39 +03:00

4 lines
123 B
Ruby

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