Class: Merb::BootLoader::MerbAuthBootLoader

Inherits:
Merb::BootLoader
  • Object
show all
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

.runObject



6
7
8
# File 'lib/merb-auth-core/bootloader.rb', line 6

def self.run
  Merb::Authentication.default_customizations.each { |c| c.call }
end