Flowdock
method

build_watcher

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: CheckPending
build_watcher(&block) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.