mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix typo in method name
This commit is contained in:
parent
2332aa6e18
commit
5a79ca660a
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ module ActiveRecord
|
|||
#
|
||||
# * add_column
|
||||
# * add_index
|
||||
# * add_timestamp
|
||||
# * add_timestamps
|
||||
# * create_table
|
||||
# * remove_timestamps
|
||||
# * rename_column
|
||||
|
|
|
@ -344,7 +344,7 @@ The +change+ method removes the need to write both +up+ and +down+ methods in th
|
|||
|
||||
* +add_column+
|
||||
* +add_index+
|
||||
* +add_timestamp+
|
||||
* +add_timestamps+
|
||||
* +create_table+
|
||||
* +remove_timestamps+
|
||||
* +rename_column+
|
||||
|
|
Loading…
Reference in a new issue