static public Method

Base.clear_active_connection_name(

There's no documentation for this item.

Source Code

# File active_record/connection_adapters/abstract/connection_specification.rb, line 65
def clear_active_connection_name #:nodoc:
  @active_connection_name = nil
  subclasses.each { |klass| klass.clear_active_connection_name }
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.