Module: CouchPotato::View::CustomViews::TrackViews

Defined in:
lib/couch_potato/view/custom_views.rb

Instance Method Summary collapse

Instance Method Details

#inherited(child) ⇒ Object



13
14
15
16
# File 'lib/couch_potato/view/custom_views.rb', line 13

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