Class: HrLite::AssetAssignment
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- HrLite::AssetAssignment
- Defined in:
- app/models/hr_lite/asset_assignment.rb
Overview
Who had it, when, and what state it came back in. Append-only: editing an assignment away is how a missing laptop stops being anybody's.
Instance Method Summary collapse
Instance Method Details
#live? ⇒ Boolean
14 |
# File 'app/models/hr_lite/asset_assignment.rb', line 14 def live? = returned_on.nil? |