Class: Heartbeat
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Heartbeat
- Defined in:
- app/models/heartbeat.rb
Instance Method Summary collapse
Instance Method Details
#cart_time ⇒ Object
4 5 6 |
# File 'app/models/heartbeat.rb', line 4 def cart_time return self.heartbeat.heartbeat_pulses.count * 3 end |