method

build_watcher

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