# File lib/rhc/rest/application.rb, line 117 def enable_ha raise RHC::HighAvailabilityNotSupportedException.new unless supports? "MAKE_HA" rest_method 'MAKE_HA', :event => "make-ha" end