Flowdock
method

create

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: AliasTracker
create(connection, initial_table) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/alias_tracker.rb, line 9
      def self.create(connection, initial_table)
        aliases = Hash.new(0)
        aliases[initial_table] = 1
        new(connection, aliases)
      end
Register or log in to add new notes.