search for: arpona5164

Displaying 1 result from an estimated 1 matches for "arpona5164".

2006 Aug 10
2
Newbie : question about Rails naming conventions
...Database admin has its own conventions that does not respect Rails'' ones. He uses its own conventions for naming tables AND fields names. Is it possible to set up the table name and fields names for a model? The field names that my DBA uses are really not human readable (for example : ARPONA5164 for the field name "title") and I don''t want to use them in my code. I would like to setup them once and after use them like Post.title and not Post.ARPONA5164. -- Posted via http://www.ruby-forum.com/.