Sha256: 46a3f876c333ebb75d2641ef8a603f5df365c96c201347fc4757c30b3d361aa5
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
module Test class Application < Rails::Application config.root=File.expand_path("#{File.dirname(__FILE__)}/..") config.logger=Logger.new(File.join(config.root,"log","development.log")) config.active_support.deprecation=:log #config.autoload_paths=File.expand_path("../#{File.dirname(__FILE__)}") end end
Version data entries
3 entries across 3 versions & 2 rubygems