diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-22 20:39:26 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-22 20:39:26 -0300 |
commit | 0ce94f40203d4dcff577d8e3aadbc963adca569c (patch) | |
tree | 6c4db066f2495305fc7e18e45dc5c62334e76948 /activerecord | |
parent | 616eef33a5ffe006609e75b67cadcc4c89ff09b4 (diff) | |
download | rails-0ce94f40203d4dcff577d8e3aadbc963adca569c.tar.gz rails-0ce94f40203d4dcff577d8e3aadbc963adca569c.tar.bz2 rails-0ce94f40203d4dcff577d8e3aadbc963adca569c.zip |
dot missing here
Diffstat (limited to 'activerecord')
-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 9a6f36598b..9f9c2c42cb 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb @@ -28,7 +28,7 @@ module ActiveRecord # Returns an array of indexes for the given table. # def indexes(table_name, name = nil) end - # Checks to see if an index exists on a table for a given index definition + # Checks to see if an index exists on a table for a given index definition. # # === Examples # # Check an index exists |