class Temple::Engine

def call_chain

def call_chain
  @call_chain ||= @chain.map {|name, constructor| constructor.call(self) }.compact
end