Searched refs:action_started_at (Results 1 - 2 of 2) sorted by relevance

/ontohub/app/models/
H A Daction.rb15 diff = (action_started_at + initial_eta) - time
39 def action_started_at method in class:Action
40 read_attribute(:action_started_at) || created_at
44 touch(:action_started_at)
/ontohub/spec/models/
H A Daction_spec.rb6 let(:target) { action.action_started_at + action.eta }
23 expect(action.eta(action.action_started_at).to_i).

Completed in 7 milliseconds