Method: QBFC::Modifiable#initialize
- Defined in:
- lib/qbfc/modifiable.rb
#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 |