Module: Compass::ConfigProps

Extended by:
ActiveSupport::Concern
Included in:
Layout::Header, Layout::Header::DropdownMenu, Layout::Header::SearchInput, Layout::Header::TasksMenu, Layout::Sidebar
Defined in:
app/components/concerns/compass/config_props.rb

Overview

Concern for components that need to access Compass configuration.

Instance Method Summary collapse

Instance Method Details

#compass_propsObject



30
31
32
# File 'app/components/concerns/compass/config_props.rb', line 30

def compass_props
  { authBackend: auth_backend, backends: backends, contextId: context_id }
end