Sha256: 5559f2cd55bc20ff50eb81dd1c26d9848e68d4d35cec31626b19a3edffea399b
Contents?: true
Size: 500 Bytes
Versions: 3
Compression:
Stored size: 500 Bytes
Contents
# frozen_string_literal: true ActiveGenerator.configure do |config| config.autoload_controller_generator_locale = true config.autoload_helper_generator_locale = true config.autoload_job_generator_locale = true config.autoload_mailer_generator_locale = true config.autoload_model_generator_locale = true config.autoload_service_generator_locale = true config.autoload_task_generator_locale = true config.autoload_view_generator_locale = true config.test_framework = 'test_unit' end
Version data entries
3 entries across 3 versions & 1 rubygems