Displaying 1 result from an estimated 1 matches for "any_other_field_nam".
Did you mean:
any_other_field_name
2006 Aug 17
0
single-table inheritance and select
...tring (expected Module).
The obvious symbol-using variant does the same thing. So do the
variants with ''class''. But
<%= text_field ''<superclass>'', ''type'' %> and
<%= select ''<superclass>'', ''<any_other_field_name>'', %w{a b c} %>
both work fine.
Any clues as to what''s going on, why and how to fix / sidestep? (I''ve
tried 1.1.6 as well as 1.1.4)
And, as we''re on the subject, should it be ''type'' or ''class''? Both
editions of t...