mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Story#120259603 - git uses right branch last commit message
This commit is contained in:
parent
1daafb30ba
commit
e15aa6ada4
1 changed files with 1 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
|||
class AdminController < ApplicationController
|
||||
layout 'admin/application'
|
||||
# before_action :authenticate_user!
|
||||
before_action :authenticate_user!
|
||||
|
||||
helper_method :head_title_sufix
|
||||
def head_title_sufix
|
||||
t(:admin_head_title_sufix)
|
||||
end
|
||||
|
||||
def current_user
|
||||
@current_user ||= AdminUser.find_by(username: :timo)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue