Module: Hyrax::ThemedLayoutController

Extended by:
ActiveSupport::Concern
Defined in:
app/controllers/concerns/hyrax/themed_layout_controller.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#show_site_actions?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'app/controllers/concerns/hyrax/themed_layout_controller.rb', line 23

def show_site_actions?
  true
end

#show_site_search?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'app/controllers/concerns/hyrax/themed_layout_controller.rb', line 27

def show_site_search?
  true
end