Module: DestroyBackgrounded::ActiveRecordExtensions
- Defined in:
- lib/destroy_backgrounded.rb
Instance Method Summary collapse
Instance Method Details
#acts_as_destroy_backgrounded(*args) ⇒ Object
11 12 13 14 15 |
# File 'lib/destroy_backgrounded.rb', line 11 def acts_as_destroy_backgrounded(*args) extend DestroyBackgrounded::ClassMethods include DestroyBackgrounded::AliasMethods include DestroyBackgrounded::InstanceMethods end |
#destroy_backgrounded? ⇒ Boolean
7 8 9 |
# File 'lib/destroy_backgrounded.rb', line 7 def destroy_backgrounded? false end |