Added to to-do list.

This commit is contained in:
Jim Menard 2008-12-02 07:22:32 -05:00
parent 32006ff8a2
commit 8b82d716dd
2 changed files with 6 additions and 0 deletions

4
README
View File

@ -24,6 +24,10 @@ The tests assume that the Mongo database is running on the default port.
* More tests.
* Implement Admin.
* See FIXME in db test.
= License

View File

@ -59,6 +59,8 @@ module XGen
end
def admin
# TODO
raise "not implemented"
Admin.new(self)
end