module Daimon::Exhibition::Model

Public Class Methods

included(base) click to toggle source
# File lib/daimon/exhibition/model.rb, line 5
def included(base)
  base.extend ::Daimon::Exhibition::Exhibit
  base.extend ::Daimon::Exhibition::Inquiry
end