mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
4 lines
111 B
Ruby
4 lines
111 B
Ruby
class RegistrarController < ApplicationController
|
|
before_action :authenticate_user!
|
|
layout 'registrar'
|
|
end
|