Method: ActionComponent::Configuration#components_path

Defined in:
lib/actioncomponent.rb,
lib/actioncomponent.rb

#components_pathString

Components folder path (defaults to 'app/components')

Returns:

  • (String)

    the current value of components_path



10
11
12
# File 'lib/actioncomponent.rb', line 10

def components_path
  @components_path
end