Merge pull request #355 from gopesht/email_processing_in_background
Delayed job integration done
This commit is contained in:
commit
f1f0f16d5c
6 changed files with 64 additions and 13 deletions
|
|
@ -1,5 +1,6 @@
|
|||
require 'rubygems'
|
||||
|
||||
require 'yaml'
|
||||
YAML::ENGINE.yamler = 'syck'
|
||||
# Set up gems listed in the Gemfile.
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue