class RegistrarController < ApplicationController before_action :authenticate_user! layout 'registrar/application' include Registrar::ApplicationHelper helper_method :depp_controller? def depp_controller? false end end