Module: Capistrano::DatabaseYml::Paths

Defined in:
lib/capistrano/database_yml/paths.rb

Instance Method Summary collapse

Instance Method Details

#database_yml_local_pathObject



7
8
9
# File 'lib/capistrano/database_yml/paths.rb', line 7

def database_yml_local_path
  Pathname.new fetch(:database_yml_local_path)
end

#database_yml_remote_pathObject



11
12
13
# File 'lib/capistrano/database_yml/paths.rb', line 11

def database_yml_remote_path
  shared_path.join fetch(:database_yml_remote_path)
end