Sorry, was in the process of formatting that when somehow I sent the email. Hope it helps.
class External < ActiveRecord::Base > self.abstract_class = true > establish_connection :products > > end > > class Product < External > > end > > class TaxConversion < External > > end > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
