method
build_watcher
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Migration::CheckPending
build_watcher(&block)private
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 605
def build_watcher(&block)
paths = Array(connection.migration_context.migrations_paths)
@file_watcher.new([], paths.index_with(["rb"]), &block)
end