Class | Merb::BootLoader::Templates |
In: |
lib/merb-core/bootloader.rb
|
Parent: | Merb::BootLoader |
Precompiles all non-partial templates.
Loads all non-partial templates into the Merb::InlineTemplates module.
Array[String]: | The list of template files which were loaded. |
:api: plugin
Finds a list of templates to load.
Array[String]: | All found template files whose basename does not begin with "_". |
:api: private