Method: Bakeware::AppBuilder#use_postgres_config_template
- Defined in:
- lib/bakeware/app_builder.rb
#use_postgres_config_template ⇒ Object
67 68 69 70 |
# File 'lib/bakeware/app_builder.rb', line 67 def use_postgres_config_template template 'postgresql_database.yml.erb', 'config/database.yml', :force => true end |