# -*- coding: utf-8 -*-
class LegalEntity < ActiveRecord::Base
  establish_connection :pricelist  
end
