class EY::MigrateRequired
Public Class Methods
new(options)
click to toggle source
Calls superclass method
# File lib/engineyard/error.rb, line 73 def initialize(options) super <<-ERR Unable to determine migration choice. ey deploy no longer migrates by default. Usage: ey deploy --migrate ey deploy --no-migrate ERR end