Module: ActiveComponent::Config
Overview
The module for all global ActiveComponent configurations
Instance Attribute Summary collapse
-
#component_options ⇒ {Symbol => Object}
The options hash for Haml when used within Rails.
Instance Method Summary collapse
Instance Attribute Details
#component_options ⇒ {Symbol => Object}
The options hash for Haml when used within Rails. See the Haml options documentation.
13 14 15 |
# File 'lib/active_component/config.rb', line 13 def @component_options end |