Sha256: ebc543ef5b5976220328e93d3e24cf308cbca592b86198cf682ff05dcccd3ad4
Contents?: true
Size: 731 Bytes
Versions: 11
Compression:
Stored size: 731 Bytes
Contents
require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require(*Rails.groups) require "stripe_local" module Dummy class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. config.time_zone = 'Central Time (US & Canada)' # config.active_record.observers = %i( plan_observer coupon_observer ) end end
Version data entries
11 entries across 11 versions & 1 rubygems