grimen-delayed_job_mailer 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/rails/init.rb +1 -1
- metadata +1 -1
data/rails/init.rb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# coding: utf-8
|
2
|
-
require File.expand_path(File.join(File.dirname(__FILE__), *%w(lib
|
2
|
+
require File.expand_path(File.join(File.dirname(__FILE__), *%w(.. lib delayed_job_mailer)))
|