Sha256: c9215d41caed34cbf5921a43dfe02a1ee392c37c06aeb0de7fbaa3508022618b
Contents?: true
Size: 150 Bytes
Versions: 2
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true ActiveReport.configure do |config| config.csv_force_encoding = true config.csv_options = { encoding: 'UTF-8' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_report-5.0.1 | lib/generators/active_report/templates/install.rb |
active_report-5.0.0 | lib/generators/active_report/templates/install.rb |