Sha256: 6e1307023c426663fb844f58a6f7bea7037ba5ed7245ecfae58e4f41260e227e
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true ActiveReport.configure do |config| config.csv_force_encoding = true config.csv_options = { external_encoding: 'ISO-8859-1', internal_encoding: 'UTF-8' } config.import_adapter = 'mysql2_adapter' config.import_options = { validate: false, on_duplicate_key_ignore: true } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_report-5.4.0 | lib/generators/active_report/templates/install.rb |