提交 6afad3cd 编写于 作者: R Ryuta Kamizono

Add nodoc to `migrations_paths` and `migration_context` in `AbstractAdapter`

These are internally used only.

[ci skip]
上级 8e6890a1
......@@ -119,11 +119,11 @@ def initialize(connection, logger = nil, config = {}) # :nodoc:
end
end
def migrations_paths
def migrations_paths # :nodoc:
@config[:migrations_paths] || Migrator.migrations_paths
end
def migration_context
def migration_context # :nodoc:
MigrationContext.new(migrations_paths)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册