mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add forgotten nodoc to dump_schema method.
Method added in https://github.com/rails/rails/pull/36416
This commit is contained in:
parent
7cc67a368c
commit
3e9fbfc182
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ module ActiveRecord
|
|||
Migration.verbose = verbose_was
|
||||
end
|
||||
|
||||
def dump_schema(configuration, format = ActiveRecord::Base.schema_format, spec_name = "primary")
|
||||
def dump_schema(configuration, format = ActiveRecord::Base.schema_format, spec_name = "primary") # :nodoc:
|
||||
require "active_record/schema_dumper"
|
||||
filename = dump_filename(spec_name, format)
|
||||
|
||||
|
|
Loading…
Reference in a new issue