Module: Kiqr::Frontend::Controllers::RendersSubmenu

Extended by:
ActiveSupport::Concern
Included in:
Helpers
Defined in:
lib/kiqr/frontend/controllers/renders_submenu.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#has_submenu?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/kiqr/frontend/controllers/renders_submenu.rb', line 15

def has_submenu?
  !@_submenu_partial.nil?
end


11
12
13
# File 'lib/kiqr/frontend/controllers/renders_submenu.rb', line 11

def submenu_partial
  @_submenu_partial
end