Hello, I have model objects inside modules to prevent naming collisions. Does anyone know how to force ActiveRecord, when using STI, to use the module name in the type column of the database? I''ve tried forcing AR to save the module name in the type column, but then when I try to retrieve the object, the sql statement includes "where ''type'' = ''class''" (without the module name) and the object cannot be found. Thanks in advance, -Anthony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---