# File lib/rhc/commands/app.rb, line 380
    def enable_ha(app)
      app_action :enable_ha

      results { say "#{app} is now highly available" }
      0
    end