Method: Watcher#initialize

Defined in:
lib/watcher.rb

#initialize(models) ⇒ Watcher

Returns a new instance of Watcher.



3
4
5
6
# File 'lib/watcher.rb', line 3

def initialize(models)
  self.models = models
  @association_tables = {}
end