class UiComponents::Engine

Public Class Methods

components_paths() click to toggle source
# File lib/ui_components/engine.rb, line 24
def self.components_paths
  Dir[root.join('app/cells/*/')].map { |path| Pathname.new(path) }
end