Skip to content

Commit

Permalink
Merge pull request #597 from jrhorn424/fix-generator-require
Browse files Browse the repository at this point in the history
Change require to rails/generators/base
  • Loading branch information
albus522 committed Sep 24, 2014
2 parents 293fa6c + 20e533f commit cacda3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/delayed_job/delayed_job_generator.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rails/generators'
require 'rails/generators/base'
require 'delayed/compatibility'

class DelayedJobGenerator < Rails::Generators::Base
Expand Down

0 comments on commit cacda3c

Please sign in to comment.