Sha256: 8bf56f1f2207982e095cefc8f8c9ae86a52b481f126ee153f486f5d312933f1b

Contents?: true

Size: 212 Bytes

Versions: 6

Compression:

Stored size: 212 Bytes

Contents

require 'config/boot'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
encrypted_attributes-0.1.0 test/app_root/config/environment.rb
encrypted_attributes-0.1.2 test/app_root/config/environment.rb
encrypted_attributes-0.3.0 test/app_root/config/environment.rb
encrypted_attributes-0.1.1 test/app_root/config/environment.rb
encrypted_attributes-0.2.0 test/app_root/config/environment.rb
encrypted_attributes-0.1.3 test/app_root/config/environment.rb