class EY::Serverside::CLI::Workflows::EnablingMaintenance
EnablingMaintenance
is a Workflow that puts a maintenance page in place for the application specified in the options
Private Instance Methods
procedure()
click to toggle source
# File lib/engineyard-serverside/cli/workflows/enabling_maintenance.rb, line 16 def procedure propagate_serverside maintenance.manually_enable end
task_name()
click to toggle source
# File lib/engineyard-serverside/cli/workflows/enabling_maintenance.rb, line 22 def task_name 'enable_maintenance' end