Displaying 1 result from an estimated 1 matches for "expressions_dictionari".
Did you mean:
expressions_dictionary
2006 Jul 12
0
two-way dictionary
Hi!
I''m working on a multi-language idioms mapping application in which
an expression object has a habtm relation with its own class.
I thus created a table ''expressions_dictionary'' and would go about by
declaring something like:
has_and_belongs_to_many :peers,
:class_name => "Expression",
:join_table