From: Teemu <te...@io...> - 2003-06-01 16:39:47
|
Hi, I would like to ask one question about the documentation in oi_docs/configuration.html: [QUOTE] has_a (\%) (optional) ... To retrieve an object that is using the same key field name, just refer to the name of the object. .... has_a => { theme => [ 'theme_id' ], }, [/QUOTE] From this I understood I could use the name of the object (theme) to define a 'has-a' relationship between objects. Well, this doesn't seem to work? Instead, I have to use OpenInteract::Theme. Is this an error in the documentation? Same thing with links_to. (oi_docs/developer.html seems to be ok) -- Sincerely, Teemu Arina http://www.mimerdesk.org |