public
Description: A Ruby/Rails job server and scheduler
Homepage: http://backgroundrb.rubyforge.org
Clone URL: git://github.com/gnufied/backgroundrb.git
backgroundrb / init.rb
100644 8 lines (6 sloc) 0.18 kb
1
2
3
4
5
6
7
8
# Include hook code here
%w{ controller }.each do |code_dir|
  $:.unshift File.join(directory,"app",code_dir)
end
 
require 'backgroundrb'
#require "backgroundrb_status_controller"