Added to to-do list.
This commit is contained in:
parent
32006ff8a2
commit
8b82d716dd
4
README
4
README
|
@ -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
|
||||
|
||||
|
|
|
@ -59,6 +59,8 @@ module XGen
|
|||
end
|
||||
|
||||
def admin
|
||||
# TODO
|
||||
raise "not implemented"
|
||||
Admin.new(self)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue