Module: DBViewCTI::Model::CTI::Destroy
- Extended by:
- ActiveSupport::Concern
- Included in:
- DBViewCTI::Model::CTI
- Defined in:
- lib/db_view_cti/model/cti/destroy.rb
Instance Method Summary collapse
Instance Method Details
#delete_with_cti ⇒ Object
23 24 25 |
# File 'lib/db_view_cti/model/cti/destroy.rb', line 23 def delete_with_cti specialize.delete_without_cti end |
#destroy_with_cti ⇒ Object
15 16 17 |
# File 'lib/db_view_cti/model/cti/destroy.rb', line 15 def destroy_with_cti specialize.destroy_without_cti end |
#destroy_with_cti! ⇒ Object
19 20 21 |
# File 'lib/db_view_cti/model/cti/destroy.rb', line 19 def destroy_with_cti! specialize.destroy_without_cti! end |