Class: UiComponents::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- UiComponents::Engine
- Defined in:
- lib/ui_components/engine.rb
Class Method Summary collapse
Class Method Details
.components_paths ⇒ Object
22 23 24 |
# File 'lib/ui_components/engine.rb', line 22 def self.components_paths Dir[root.join('app/cells/*/')].map { |path| Pathname.new(path) } end |