Class: Hanami::Assets::Config::GlobalSources Private
- Inherits:
-
Utils::LoadPaths
- Object
- Utils::LoadPaths
- Hanami::Assets::Config::GlobalSources
- Defined in:
- lib/hanami/assets/config/global_sources.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Global asset sources across all the duplicated Hanami::Assets
instances.
Instance Method Summary collapse
- #push(*paths) ⇒ Object (also: #<<) private
Instance Method Details
#push(*paths) ⇒ Object Also known as: <<
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
21 22 23 24 25 26 |
# File 'lib/hanami/assets/config/global_sources.rb', line 21 def push(*paths) super sync_configuration sync_duplicated_frameworks end |