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)


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

def show_site_actions?
  true
end

#show_site_search?Boolean

Returns:

  • (Boolean)


30
31
32
# File 'app/controllers/concerns/hyrax/themed_layout_controller.rb', line 30

def show_site_search?
  true
end