1
0
Fork 0
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:
Vijay Dev 2011-06-25 18:47:51 +05:30
parent 2332aa6e18
commit 5a79ca660a
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module ActiveRecord
#
# * add_column
# * add_index
# * add_timestamp
# * add_timestamps
# * create_table
# * remove_timestamps
# * rename_column

View file

@ -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+