1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #16305 from tomkadwill/documented_change_table

Added documentation for change_table
This commit is contained in:
Rafael Mendonça França 2014-07-28 15:07:30 -03:00
commit 6f66e7313b

View file

@ -87,7 +87,7 @@ module ActiveRecord
alias :add_belongs_to :add_reference
alias :remove_belongs_to :remove_reference
def change_table(table_name, options = {})
def change_table(table_name, options = {}) # :nodoc:
yield delegate.update_table_definition(table_name, self)
end