Sha256: e0593102e9ffb403ea55147f54f8039ce155d0d81a669c33cde520d25879cc37

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

# frozen_string_literal: true

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-5.0.2 lib/generators/active_object/templates/install.rb
active_object-5.0.1 lib/generators/active_object/templates/install.rb