2010년 3월 16일 화요일

rails type 필드명 읽기.

legacy table에 type 필드명 있을 때.

  class Thing < ActiveRecord::Base
def type
read_attribute :type
end

def type=( new_type )
write_attribute :type, new_type
end
end

Single Table Inheritance 의 inheritance column 명도 바꿔줌.

 @inheritance_column = "sti_type"

참고
http://lists.rubyonrails.org/pipermail/rails/2006-January/009209.html

중궈 IT 애들은 구글 없어지면 어떻게 일하려나.
난 사표 써야할 거 같은데...

댓글 없음:

댓글 쓰기