1 2 3 4 5
class MixedCaseMonkey < ActiveRecord::Base self.primary_key = 'monkeyID' belongs_to :man end