class Capistrano::Postgresql::Generators::TemplateGenerator
Public Instance Methods
copy_template()
click to toggle source
# File lib/generators/capistrano/postgresql/template_generator.rb, line 12 def copy_template copy_file "postgresql.yml.erb", "#{templates_path}/postgresql.yml.erb" end