Class: C::Weight
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- C::Weight
- Defined in:
- app/models/c/weight.rb
Instance Method Summary collapse
Instance Method Details
permalink #value ⇒ Object
[View source]
6 7 8 |
# File 'app/models/c/weight.rb', line 6 def value super || 0 end |