Class: ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ConfigGenerator
- Defined in:
- lib/generators/hydra-ldap/config_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_config_file ⇒ Object
4 5 6 |
# File 'lib/generators/hydra-ldap/config_generator.rb', line 4 def create_config_file copy_file "hydra-ldap.yml", "config/hydra-ldap.yml" end |