lib/goaloc/server/server.rb in mattknox-goaloc-0.4.5 vs lib/goaloc/server/server.rb in mattknox-goaloc-0.4.7
- old
+ new
@@ -1,4 +1,4 @@
class Server
- # this is intended to serve a goaloc app directly, before it has been generated.
+ # this is intended to serve a goaloc app directly, before it has been generated into code for another, lesser framework.
# this should use rack to actually serve the files, probably via mongrel or something.
end