method

reset_column_information

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

reset_column_information()
public

No documentation available.

# File activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb, line 26
      def reset_column_information
        @reflection.reset_column_information
      end