Method: ActionComponent::Configuration#initialize
- Defined in:
- lib/actioncomponent.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 18 19 |
# File 'lib/actioncomponent.rb', line 15 def initialize @components_path = 'app/components' @template_file_name = 'template' @view_model_file_name = 'view_model' end |