Merge pull request #355 from gopesht/email_processing_in_background

Delayed job integration done
This commit is contained in:
Gopesh Tulsyan 2014-07-23 23:45:15 +05:30
commit f1f0f16d5c
6 changed files with 64 additions and 13 deletions

View file

@ -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__)