class Rails::Application
def initializer(name, opts = {}, &block)
Rails::Initializable module. Each Rails::Application class has its own
Sends the initializers to the +initializer+ method defined in the
def initializer(name, opts = {}, &block) self.class.initializer(name, opts, &block) end