class Daimon::Exhibition::Engine

Public Instance Methods

inherited(base) click to toggle source
Calls superclass method
# File lib/daimon/exhibition/engine.rb, line 12
def inherited(base)
  super

  base.include Model unless base < Model
end