module Makitzo::Migrations::Commands

Public Instance Methods

upload_migration_file(name) click to toggle source
# File lib/makitzo/migrations/commands.rb, line 3
def upload_migration_file(name)
  target = remote_migration_file(name)
  scp_upload(local_migration_file(name), target)
  target
end