Flowdock
method

add_reference

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: V6_0
add_reference(table_name, ref_name, **options) 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/migration/compatibility.rb, line 58
        def add_reference(table_name, ref_name, **options)
          ReferenceDefinition.new(ref_name, **options)
            .add_to(connection.update_table_definition(table_name, self))
        end
Register or log in to add new notes.