method
empty
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::Associations::AliasTracker
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