Module: Cdx::ControllerHelpers::Settings

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController
Defined in:
lib/cdx/controller_helpers/settings.rb

Instance Method Summary collapse

Instance Method Details

#current_settingsObject



10
11
12
# File 'lib/cdx/controller_helpers/settings.rb', line 10

def current_settings
  @current_settings ||= Cdx::Setting.current
end