Obie Fernandez
2006-Jun-29 02:17 UTC
#5544: [PATCH] Add underscore_table_names option to ActiveRecord::Base
FYI... whenever someone is in a committing mood, the following is a
small no-brainer (IMHO)
Cheers,
Obie
#5544: [PATCH] Add underscore_table_names option to ActiveRecord::Base
-------------------------------------+--------------------------------------
Reporter: obiefernandez@gmail.com | Owner: David
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: ActiveRecord | Version:
Severity: normal | Keywords: naming configuration
-------------------------------------+--------------------------------------
This option is a complement to the existing table naming options and
necessary for use with legacy databases that don''t use underscores in
their naming convention. Right now we are forced to use set_table_name in
every model class.