Sha256: c9ccfee5b17e18d9502e4d735f48575d2c3b5f0fda86c8779fd237f93cb39732

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

Stored size: 320 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
  config.action_controller.session = {:key => 'rails_session', :secret => 'd229e4d22437432705ab3985d4d246'}
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
pluginaweek-encrypted_attributes-0.4.0 test/app_root/config/environment.rb
encrypted_attributes-0.4.1 test/app_root/config/environment.rb
encrypted_attributes-0.4.0 test/app_root/config/environment.rb