Class: ActiveAdmin::AsyncExporter::Generators::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ActiveAdmin::AsyncExporter::Generators::ConfigGenerator
- Defined in:
- lib/generators/active_admin/async_exporter/config/config_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config_file ⇒ Object
7 8 9 |
# File 'lib/generators/active_admin/async_exporter/config/config_generator.rb', line 7 def copy_config_file template 'async_exporter_config.rb', 'config/initializers/activeadmin-async_exporter.rb' end |