[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

legacy support: removing underscore from table name.

avinash404

6/3/2006 9:14:00 AM

I am using ms sql server and want to configure RoR such that it does
not
convert the given table name (example: rubyonrails) to ruby_on_rails.

I set @@pluralize_table_names = false, so that it does not pluralize
the table names but cannot find the config setting which will force it
not to put underscore between words in a table name.

thanks in advance,
--
avinash