diff options
| author | Vijay Dev <vijaydev.cse@gmail.com> | 2016-08-02 17:38:56 +0000 |
|---|---|---|
| committer | Vijay Dev <vijaydev.cse@gmail.com> | 2016-08-02 17:38:56 +0000 |
| commit | 4d288f0b43bf262c8087f088aa6cdff570226a7e (patch) | |
| tree | 14028624748e8ec977d49893cea69d2cb6ded508 /activerecord/lib | |
| parent | 70b995a77f3e47c24ae88509066d0cdc4b2d779e (diff) | |
| parent | a11abf19ee608ab08558cc7fade0a48a5f9ed91b (diff) | |
| download | rails-4d288f0b43bf262c8087f088aa6cdff570226a7e.tar.gz rails-4d288f0b43bf262c8087f088aa6cdff570226a7e.tar.bz2 rails-4d288f0b43bf262c8087f088aa6cdff570226a7e.zip | |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'activerecord/lib')
| -rw-r--r-- | activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb index 353cae0f3d..19c265db6e 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb @@ -785,7 +785,7 @@ module ActiveRecord # [<tt>:type</tt>] # The reference column type. Defaults to +:integer+. # [<tt>:index</tt>] - # Add an appropriate index. Defaults to false. + # Add an appropriate index. Defaults to true. # See #add_index for usage of this option. # [<tt>:foreign_key</tt>] # Add an appropriate foreign key constraint. Defaults to false. |
