Method: ForemanPatch::Window#schedule
- Defined in:
- app/models/foreman_patch/window.rb
#schedule ⇒ Object
74 75 76 77 78 |
# File 'app/models/foreman_patch/window.rb', line 74 def schedule User.as_anonymous_admin do ::ForemanTasks.delay(::Actions::ForemanPatch::Window::Patch, , self) unless scheduled? end end |