Module: QBFC::Modifiable
- Included in:
- Account
- Defined in:
- lib/qbfc/modifiable.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Object
Extend initialize of including classes to set up a Mod Request if the record is existing.
Instance Method Details
#initialize(*args) ⇒ Object
Extend initialize of including classes to set up a Mod Request if the record is existing.
6 7 8 9 10 11 12 |
# File 'lib/qbfc/modifiable.rb', line 6 def initialize(*args) super unless @new_record setup_mod_request end end |