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.
|
* More tests.
|
||||||
|
|
||||||
|
* Implement Admin.
|
||||||
|
|
||||||
|
* See FIXME in db test.
|
||||||
|
|
||||||
|
|
||||||
= License
|
= License
|
||||||
|
|
||||||
|
@ -59,6 +59,8 @@ module XGen
|
|||||||
end
|
end
|
||||||
|
|
||||||
def admin
|
def admin
|
||||||
|
# TODO
|
||||||
|
raise "not implemented"
|
||||||
Admin.new(self)
|
Admin.new(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user