New syntax for hiding relationships
Posted by jgehtland Sat, 21 Oct 2006 09:37:49 GMT
Just checked into head, will be part of 0.0.6 release this week, if you want to hide a relationship from the views, you can use:
relationship :relationship_name, :off
Synonyms you can use for the :off value:
:off|:none|:false|false
This also fixes Ticket #66.



