Sha256: a457f05b6b71025bce944802a5c36ca808a1b2fad65363cb5b62a9905b342dcd
Contents?: true
Size: 583 Bytes
Versions: 11
Compression:
Stored size: 583 Bytes
Contents
require 'xing/static' module APP_MODULE # The intention is to make Static::RackApp configurable via override. # At the moment, this is not the case - if you need to configure, replace # this implementation. N.b. however that the RackApp interface is slated to # change in the near term, and the override may need to be revisited then. class StaticApp < Xing::Static::RackApp # The static app isn't always started with a Rails environment, so we can't # use Rails.root for this. def self.log_root File.expand_path("../../log", __FILE__) end end end
Version data entries
11 entries across 11 versions & 1 rubygems