Class | Merb::BootLoader |
In: |
lib/merb-core/bootloader.rb
|
Parent: | Object |
&block: | A block to be added to the callbacks that will be executed after the app loads. |
&block: | A block to be added to the callbacks that will be executed before the app loads. |
Adds the inheriting class to the list of subclasses in a position specified by the before and after methods.
klass<Class>: | The class inheriting from Merb::BootLoader. |