Module: Atrium::Controller

Extended by:
ActiveSupport::Concern
Includes:
LayoutHelper
Defined in:
lib/atrium/controller.rb,
lib/application_controller.rb

Overview

Define ControllerMethods

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Methods included from LayoutHelper

#collection_theme_if_present, #current_layout

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/atrium/controller.rb', line 7

def self.included(base)
  base.helper 'atrium/solr_helper'
end