Sha256: 32c710bc7b8d10ae5e1b6dd0c266f492455d93cf17f22d321555a13897743a87

Contents?: true

Size: 420 Bytes

Versions: 37

Compression:

Stored size: 420 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_kernel = 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

37 entries across 37 versions & 1 rubygems

Version Path
active_object-5.14.1 lib/generators/active_object/templates/install.rb
active_object-5.14.0 lib/generators/active_object/templates/install.rb
active_object-5.13.0 lib/generators/active_object/templates/install.rb
active_object-5.12.0 lib/generators/active_object/templates/install.rb
active_object-5.11.0 lib/generators/active_object/templates/install.rb
active_object-5.10.0 lib/generators/active_object/templates/install.rb
active_object-5.9.0 lib/generators/active_object/templates/install.rb
active_object-5.8.11 lib/generators/active_object/templates/install.rb
active_object-5.8.10 lib/generators/active_object/templates/install.rb
active_object-5.8.9 lib/generators/active_object/templates/install.rb
active_object-5.8.8 lib/generators/active_object/templates/install.rb
active_object-5.8.7 lib/generators/active_object/templates/install.rb
active_object-5.8.6 lib/generators/active_object/templates/install.rb
active_object-5.8.5 lib/generators/active_object/templates/install.rb
active_object-5.8.4 lib/generators/active_object/templates/install.rb
active_object-5.8.3 lib/generators/active_object/templates/install.rb
active_object-5.8.2 lib/generators/active_object/templates/install.rb
active_object-5.8.1 lib/generators/active_object/templates/install.rb
active_object-5.8.0 lib/generators/active_object/templates/install.rb
active_object-5.7.0 lib/generators/active_object/templates/install.rb