Class: Qa::Local::FilesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Qa::Local::FilesGenerator
- Defined in:
- lib/generators/qa/local/files/files_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_local_authority_configs ⇒ Object
5 6 7 8 |
# File 'lib/generators/qa/local/files/files_generator.rb', line 5 def copy_file "config/authorities.yml", "config/authorities.yml" directory "config/authorities" end |