Class: ConfigGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/hydra-ldap/config_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_config_fileObject



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