module Bundler

def app_cache(custom_path = nil)

def app_cache(custom_path = nil)
  path = custom_path || root
  path.join(settings.app_cache_path)
end