Module: Backgrounded::Concern::ClassMethods
- Defined in:
- lib/backgrounded/concern.rb
Instance Method Summary collapse
Instance Method Details
#backgrounded(options = {}) ⇒ Object
9 10 11 |
# File 'lib/backgrounded/concern.rb', line 9 def backgrounded(={}) Backgrounded::Proxy.new self, end |