| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Camping
Revision: 238
Author: zimbatm
Date: 08 Oct 2007 22:23:34
Diff at Trac: http://code.whytheluckystiff.net/camping/changeset/238
Changes:micro-fix. Full Camping::Server path needed here.
Files:| ... | ...@@ -94,7 +94,7 @@ | |
| 94 | 94 | private |
| 95 | 95 | |
| 96 | 96 | def insert_app(script) |
| 97 | self[script] = Reloader.new(script) | |
| 97 | self[script] = Camping::Reloader.new(script) | |
| 98 | 98 | end |
| 99 | 99 | end |
| 100 | 100 | end |