class Temple::Engine

def initialize(opts = {})

def initialize(opts = {})
  super
  @chain = self.class.chain.dup
end