search for: sq1_div

Displaying 1 result from an estimated 1 matches for "sq1_div".

Did you mean: sp_div
2006 Feb 28
3
[AR] #{id} namespace visibility used in finder_sql
...hey are based on a finder_sql doing some dirty sql and using #{id} from the ''pivot'' model for extracting data in other tables. like : class Division < ActiveRecord::Base set_table_name "legacy_division" set_primary_key "divid" set_sequence_name "SQ1_DIV" has_many :members, :class_name => ''Division'', # Result is not really a Division class # but that works.. :finder_sql => ''select u.userid, u.username, p.pers...