Flowdock
method

create

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: AliasTracker
create(connection, initial_table, type_caster) 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, type_caster)
        aliases = Hash.new(0)
        aliases[initial_table] = 1
        new connection, aliases, type_caster
      end
Register or log in to add new notes.