root/trunk/init.rb
| Revision 326, 180 bytes (checked in by gethema..@gmail.com, 2 weeks ago) |
|---|
| Line | |
|---|---|
| 1 | # Include hook code here |
| 2 | %w{ controller }.each do |code_dir| |
| 3 | $:.unshift File.join(directory,"app",code_dir) |
| 4 | end |
| 5 | |
| 6 | require 'backgroundrb' |
| 7 | #require "backgroundrb_status_controller" |
Note: See TracBrowser for help on using the browser.
