static public Method

Base.reset_column_information_and_inheritable_attributes_for_all_subclasses(

There's no documentation for this item.

Source Code

# File active_record/base.rb, line 1122
def reset_column_information_and_inheritable_attributes_for_all_subclasses#:nodoc:
  subclasses.each { |klass| klass.reset_inheritable_attributes; klass.reset_column_information }
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.