Module CouchPotato::Persistence::Callbacks
In: lib/couch_potato/persistence/callbacks.rb

Methods

Classes and Modules

Module CouchPotato::Persistence::Callbacks::ClassMethods

Public Class methods

Public Instance methods

Runs all callbacks on a model with the given name, i.g. :after_create.

This method is called by the CouchPotato::Database object when saving/destroying an object

[Validate]