Skip to content

Instantly share code, notes, and snippets.

@tm72
tm72 / README.md
Created June 11, 2012 04:08 — forked from tdm00/README.md
Gist 1

class User < ActiveRecord::Base

# Define legacy table information
# self.table_name = "tblDoctor"
# self.primary_key = "DoctorID"
# alias_attribute :first_name, :DoctorFName
# alias_attribute :last_name, :DoctorLName
# alias_attribute :middle_name, :DoctorMName
# alias_attribute :suffix, :DoctorSuffix
# alias_attribute :title, :DoctorPrefix