Method: Pancake::Stack.new_endpoint_instance

Defined in:
lib/pancake/stack/stack.rb

.new_endpoint_instanceObject

get a new instance of the application for this stack Ovewrite this to provide custom application initialization :api: overwritable



130
131
132
# File 'lib/pancake/stack/stack.rb', line 130

def self.new_endpoint_instance
  MISSING_APP
end