Module: Chillout::ActiveRecordCreationListener
- Defined in:
- lib/chillout/creation_listener.rb
Instance Method Summary collapse
Instance Method Details
#inherited(subclass) ⇒ Object
5 6 7 8 |
# File 'lib/chillout/creation_listener.rb', line 5 def inherited(subclass) super listen(subclass) end |