Exception: Changeling::Exceptions::AsyncGemRequired

Inherits:
StandardError
  • Object
show all
Defined in:
lib/changeling/exceptions/async_gem_required.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/changeling/exceptions/async_gem_required.rb', line 4

def to_s
  "Changeling's asynchronous features require either the Sidekiq (https://github.com/mperham/sidekiq) or Resque (https://github.com/defunkt/resque) background job processing gems. Please install either one and try again."
end