Displaying 1 result from an estimated 1 matches for "referenctial".
Did you mean:
referencial
2007 Jan 05
1
(Enhancement?) for self referential has_many :through, w/ scoped create...
We have a User model and a Connection model which basically represents
edges in a digraph (User to User, self-referenctial). Each of these
edges can have a :connection_type which is currently just a char(1).
has_many :friendships,
:class_name => ''Connection'',
:foreign_key => "source_user_id",
:conditions => "connection_type = ''...