method

empty

rails latest stable - Class: ActiveRecord::Associations::AliasTracker

Method deprecated or moved

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

empty(connection)
public

No documentation available.

# File activerecord/lib/active_record/associations/alias_tracker.rb, line 10
      def self.empty(connection)
        new connection, Hash.new(0)
      end