Sha256: 7d45fe070bad1e27abd0fabf589193b8c4548d7ed5d8ced0085095798607ed6d

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 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 state_machine has_messages)
  config.cache_classes = false
  config.whiny_nils = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

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