Sha256: 4b1286fb962734d2734c499b2d06f1e24726b4f022ff95eff90d9d07201f147d
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
BlogLogic::Application.configure do config.cache_classes = true config.consider_all_requests_local = false config.action_controller.perform_caching = true config.action_dispatch.x_sendfile_header = "X-Sendfile" config.serve_static_assets = false config.i18n.fallbacks = true config.active_support.deprecation = :notify end
Version data entries
7 entries across 7 versions & 1 rubygems