method

register_observer

rails latest stable - Class: ActionMailer::Base
register_observer(observer)
public

Register an Observer which will be notified when mail is delivered. Either a class, string, or symbol can be passed in as the Observer. If a string or symbol is passed in it will be camelized and constantized.