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

Defined in:
lib/puffer/extensions/engine.rb

Instance Method Summary collapse

Instance Method Details

#paths_with_componentsObject



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

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