Class: Capistrano::Postgresql::Generators::TemplateGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Capistrano::Postgresql::Generators::TemplateGenerator
- Defined in:
- lib/generators/capistrano/postgresql/template_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_template ⇒ Object
12 13 14 |
# File 'lib/generators/capistrano/postgresql/template_generator.rb', line 12 def copy_template copy_file "postgresql.yml.erb", "#{templates_path}/postgresql.yml.erb" end |