Module: ForemanDlm::UpdateCheckinTime::ClassMethods

Defined in:
app/controllers/concerns/foreman_dlm/update_checkin_time.rb

Instance Method Summary collapse

Instance Method Details

#update_host_checkin_time(actions) ⇒ Object



8
9
10
# File 'app/controllers/concerns/foreman_dlm/update_checkin_time.rb', line 8

def update_host_checkin_time(actions)
  before_action(:only => actions) { update_detected_host_checkin_time }
end