Class: UiComponents::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/ui_components/engine.rb

Class Method Summary collapse

Class Method Details

.components_pathsObject



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