[Nitro] [bug] AdminController doesn't support Og Entities in modules
Jonas Pfenniger
zimba.tm at gmail.com
Thu Jan 12 10:55:53 EST 2006
module Test
class Item
property :name
end
end
Og creates an ogtest_item table which contains the items.
When trying to access it in the AdminController, it generates a link
called http://localhost:9999/admin/test::item/list which doesn't exist.
It would be nice to have a link like
http://localhost:9999/admin/test/item/list instead. I wish I could do
this, but Nitro has too much magic that I don't understand.
Cheers,
zimba
More information about the Nitro-general
mailing list