Class: Merb::BootLoader::MerbAuthBootLoader
- Inherits:
-
Merb::BootLoader
- Object
- Merb::BootLoader
- Merb::BootLoader::MerbAuthBootLoader
- Defined in:
- lib/merb-auth-core/bootloader.rb
Overview
This is not intended to be modified. It is for use with Merb::Authentication.default_customizations
Class Method Summary collapse
Class Method Details
.run ⇒ Object
6 7 8 |
# File 'lib/merb-auth-core/bootloader.rb', line 6 def self.run Merb::Authentication.default_customizations.each { |c| c.call } end |