Sha256: 51a3d8ad717af61fe732a67a1b2f4708ff0014fb13f04a423a7947e8bd037540

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

require 'pancake'
class ProxyStack < Pancake::Stacks::Short
  add_root(__FILE__, "proxy_stack")

  # Hook to use before we mount any applications
  # before_mount_applications do
  # end

  initialize_stack
end

require ::File.join(Pancake.get_root(__FILE__, "proxy_stack"), "proxy_stack")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proxy_stack-0.2.0 lib/proxy_stack.rb
proxy_stack-0.1.0 lib/proxy_stack.rb
proxy_stack-0.0.0 lib/proxy_stack.rb