Class: Uomi::LatePayment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Uomi::LatePayment
- Defined in:
- lib/uomi/late_payment.rb
Instance Method Summary collapse
Instance Method Details
#set_penalty_date ⇒ Object
6 7 8 |
# File 'lib/uomi/late_payment.rb', line 6 def set_penalty_date self.penalty_date = Date.today + 7.days end |