Skip to content

Commit

Permalink
langalex+overbryd fixed rquirements for the delayed job plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Overbryd committed Oct 14, 2009
1 parent 61f716e commit be1e8ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions delayed_job/monitor_delayed_jobs.rb
@@ -1,3 +1,7 @@
require 'rubygems'
require 'activerecord'
require 'yaml'

class DelayedJob < ActiveRecord::Base; end

class MonitorDelayedJobs < Scout::Plugin
Expand Down

0 comments on commit be1e8ab

Please sign in to comment.