Module: Blacklight::DefaultComponentConfiguration

Extended by:
ActiveSupport::Concern
Included in:
Catalog
Defined in:
app/controllers/concerns/blacklight/default_component_configuration.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#render_sms_action?(_config, _options) ⇒ Boolean

Returns:

  • (Boolean)


23
24
25
# File 'app/controllers/concerns/blacklight/default_component_configuration.rb', line 23

def render_sms_action?(_config, _options)
  sms_mappings.present?
end