Sha256: af540939c6724265885e4bce28923f46a07a3095a9ac28175a6010425c1c10e5
Contents?: true
Size: 262 Bytes
Versions: 4
Compression:
Stored size: 262 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 end end
Version data entries
4 entries across 4 versions & 1 rubygems