define_model_callbacks(*callbacks)
Instance Public methods
#define_model_callbacks
accepts the same options define_callbacks does, in case you
want to overwrite a default. Besides that, it also accepts an
:only option, where you can choose if you want all types
(before, around or after) or just some.
define_model_callbacks :initializer, only: :after
Note, the only: <type> hash will apply to all callbacks
defined on that method call. To get around this you can call the #defin