Delayed job integration done

This commit is contained in:
Gopesh Tulsyan 2014-07-20 07:48:03 +05:30
parent 0ae7991943
commit c282f6c14e
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__)