Class: Rendition::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- Rendition::Railtie
- Defined in:
- lib/rendition/railtie.rb
Instance Method Summary collapse
-
#app ⇒ Object
The ‘app/decorators` path is eager loaded.
Instance Method Details
#app ⇒ Object
The ‘app/decorators` path is eager loaded
This is the standard “Rails Way” to add paths from which constants can be loaded.
33 34 35 |
# File 'lib/rendition/railtie.rb', line 33 config.after_initialize do |app| app.config.paths.add 'app/presenters', :eager_load => true end |