Method: Effective::Resources::Paths#menu_file

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


43
44
45
# File 'app/models/effective/resources/paths.rb', line 43

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