Sha256: 0597827e024d00dc68a05fac54300a8ad9311c97be3fe6c00b9e803173290929

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

ActiveObject.configure do |config|
  config.autoload_array = true
  config.autoload_date = true
  config.autoload_enumerable = true
  config.autoload_hash = true
  config.autoload_integer = true
  config.autoload_numeric = true
  config.autoload_object = true
  config.autoload_range = true
  config.autoload_string = true
  config.autoload_time = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_object-3.1.0 lib/generators/active_object/templates/install.rb
active_object-3.0.0 lib/generators/active_object/templates/install.rb