mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
registrar flash cleanup
This commit is contained in:
parent
ec4c06bb06
commit
eeec5705d9
3 changed files with 13 additions and 8 deletions
|
@ -1,4 +1,9 @@
|
|||
class RegistrarController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
layout 'registrar/application'
|
||||
|
||||
helper_method :depp_controller?
|
||||
def depp_controller?
|
||||
false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue