Method: Cybele::Helpers::General#use_postgres_config_template

Defined in:
lib/cybele/helpers/general.rb

#use_postgres_config_templateObject



41
42
43
44
45
# File 'lib/cybele/helpers/general.rb', line 41

def use_postgres_config_template
  template 'postgresql_database.yml.erb',
           'config/database.yml',
           force: true
end