class Locale

The local database

Public Instance Methods

upload() click to toggle source

Upload the dump file to the shared directory

# File lib/capistrano/tasks/database.rb, line 48
def upload
  remote_file = "#{shared_path}/sync/#{dump_file}"

  upload! dump_file, remote_file
end