Class: Subscription
- Inherits:
-
MLS::Model
- Object
- ActiveRecord::Base
- MLS::Model
- Subscription
- Defined in:
- lib/mls/models/subscription.rb
Instance Method Summary collapse
Instance Method Details
#cost ⇒ Object
15 16 17 |
# File 'lib/mls/models/subscription.rb', line 15 def cost read_attribute(:cost) / 100.0 if read_attribute(:cost) end |