class Remote

The remote database

Public Instance Methods

download() click to toggle source

Download the dump file to the local directory

# File lib/capistrano/tasks/database.rb, line 34
def download
  local_file = "#{shared_path}/sync/#{dump_file}"

  download! dump_file, local_file
end