<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It's not clear to me if this is intended or not, has_many seems to work<br>fine once "og" is required. I haven't checked the other types of relations.
</blockquote><div><br>This is known/intended. Are you sure that has_many works without defining a serializable attribute first?<br>This is what I use:<br><br>class Word<br> is Og::Model<br> belongs_to :user<br>end<br><br>
<br>the shortcut is that calling attr_accessor :filed, Type automatically includes Og::Model.<br></div></div><br><br>I hope this helps<br>-g.<br><br><br>-- <br><a href="http://gmosx.me.gr">http://gmosx.me.gr</a><br><a href="http://phidz.com">
http://phidz.com</a><br><a href="http://blog.gmosx.com">http://blog.gmosx.com</a><br><a href="http://cull.gr">http://cull.gr</a><br><a href="http://www.joy.gr">http://www.joy.gr</a><br><a href="http://nitroproject.org">http://nitroproject.org
</a>