Class: UserTemplates::MenuController

Inherits:
Volt::ModelController
  • Object
show all
Defined in:
app/user_templates/controllers/menu_controller.rb

Instance Method Summary collapse

Instance Method Details

#show_nameObject



3
4
5
6
7
# File 'app/user_templates/controllers/menu_controller.rb', line 3

def show_name
  Volt.fetch_current_user.then do |user|
    user._name.or(user.).or(user._username)
  end
end