Module: Puffer::Extensions::Rails::Engine::Configuration

Extended by:
ActiveSupport::Concern
Defined in:
lib/puffer/extensions/engine.rb

Instance Method Summary collapse

Instance Method Details

#paths_with_componentsObject



12
13
14
15
16
17
18
# File 'lib/puffer/extensions/engine.rb', line 12

def paths_with_components
  @paths ||= begin
    paths = paths_without_components
    paths.add 'app/components', :eager_load => true
    paths
  end
end