Update depp layout

This commit is contained in:
Martin Lensment 2015-03-27 12:15:51 +02:00
parent e9a62ea379
commit f841d342b5
3 changed files with 13 additions and 4 deletions

View file

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