Method: FromHyrax::InstallGenerator#inject_content_dm_yml
- Defined in:
- lib/generators/install/install_generator.rb
#inject_content_dm_yml ⇒ Object
4 5 6 |
# File 'lib/generators/install/install_generator.rb', line 4 def inject_content_dm_yml copy_file('config/from_hyrax.yml', 'config/from_hyrax.yml') unless File.file?('config/from_hyrax.yml') end |