public Method

Initializer.after_initialize

Fires the user-supplied after_initialize block (Configuration#after_initialize)

Source Code

# File initializer.rb, line 345
def after_initialize
  configuration.after_initialize_blocks.each do |block|
    block.call
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.