Sha256: 7977089cdf9a7ce28b1f99b8f913448adad5cc1418d145593dcbbc10a903896b

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

require 'app_config'

c = AppConfig.new
c.use_file!("#{RAILS_ROOT}/config/config.yml")
c.use_file!("#{RAILS_ROOT}/config/config.local.yml")
c.use_section!(RAILS_ENV)
::Conf = c

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scotch-app_config-1.5.0 rails/init.rb
scotch-app_config-1.5 rails/init.rb