Skip to content

Commit

Permalink
chore(resque helpers): overriding resque helpers to delete deprecated…
Browse files Browse the repository at this point in the history
… warning messages
  • Loading branch information
Igor committed Sep 1, 2015
1 parent 555f1f8 commit ab56d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/resque/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

require 'resque'

require 'active_support/core_ext/kernel/reporting'

silence_warnings { require 'resque/plugins/meta' }

require 'rails/railtie'
require 'rake'

Expand Down
1 change: 0 additions & 1 deletion lib/resque/integration/application.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding: utf-8
require 'resque/integration'
require 'resque/plugins/meta'
require 'sinatra/base'
require 'multi_json'

Expand Down

0 comments on commit ab56d96

Please sign in to comment.