Module
DataMapper::Observer::ClassMethods
In:
lib/dm-observer/observer.rb
Methods
after
after_class_method
before
before_class_method
new
observe
Attributes
observing
[RW]
Public Class methods
new
()
Public Instance methods
after
(sym, &block)
after_class_method
(sym, &block)
before
(sym, &block)
before_class_method
(sym, &block)
observe
(*args)
Assign an Array of Class names to watch.
observe User, Article, Topic
[Validate]