mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Make method as nodoc since we are already docummenting at AbstractAdapter
This commit is contained in:
parent
4185e84e61
commit
c8bd12cf5a
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ module ActiveRecord
|
|||
end
|
||||
|
||||
# Changes the default value of a table column.
|
||||
def change_column_default(table_name, column_name, default)
|
||||
def change_column_default(table_name, column_name, default) # :nodoc:
|
||||
clear_cache!
|
||||
column = column_for(table_name, column_name)
|
||||
return unless column
|
||||
|
|
Loading…
Reference in a new issue