Sha256: c158c61ab8cd063a724300f0682617296034311f79ec8c91ae83812f8cc47504

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

require 'config/boot'
require "#{File.dirname(__FILE__)}/../../../../plugins_plus/boot"

Rails::Initializer.run do |config|
  config.plugin_paths << '..'
  config.plugins = %w(plugins_plus has_phone_numbers)
  config.cache_classes = false
  config.whiny_nils = true
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
has_phone_numbers-0.0.3 test/app_root/config/environment.rb
has_phone_numbers-0.0.4 test/app_root/config/environment.rb
has_phone_numbers-0.0.5 test/app_root/config/environment.rb
has_phone_numbers-0.1.0 test/app_root/config/environment.rb