Module: CouchPotato::Persistence::TrackModels

Defined in:
lib/couch_potato/persistence.rb

Instance Method Summary collapse

Instance Method Details

#inherited(child) ⇒ Object



21
22
23
24
# File 'lib/couch_potato/persistence.rb', line 21

def inherited(child)
  super
  CouchPotato.models << child
end