Sha256: 0794d4a4553000ff24d274b521767dba0f3fa0a1cba64ef09b17748deee82b87
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true module Lite module Report class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_initializer_file copy_file('install.rb', 'config/initializers/lite_report.rb') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lite-report-1.3.2 | lib/generators/lite/report/install_generator.rb |
lite-report-1.3.1 | lib/generators/lite/report/install_generator.rb |