Method: Effective::Resources::Paths#admin_menu_file

Defined in:
app/models/effective/resources/paths.rb

#admin_menu_fileObject



47
48
49
# File 'app/models/effective/resources/paths.rb', line 47

def admin_menu_file
  File.join(*[tenant_path, 'app/views/layouts', class_path, '_navbar_admin.html.haml'].compact)
end