Registrar refactor

This commit is contained in:
Priit Tark 2015-04-09 17:09:18 +03:00
parent 6573d81b94
commit ec4c06bb06
95 changed files with 564 additions and 539 deletions

View file

@ -1,4 +1,4 @@
class RegistrarController < ApplicationController
before_action :authenticate_user!
layout 'depp/application'
layout 'registrar/application'
end