Displaying 1 result from an estimated 1 matches for "site_key".
Did you mean:
hide_key
2006 Jan 24
0
making an object id editable?
Hello,
I am a newbie trying to integrate a legacy schema into
a simple Rails app.
The table "sites" has primary key called, "site_key."
The table is in use by other programs written in other
programming languages so I cannot modify the table.
I ran script generate scaffold site and then added:
set_primary_key "site_key"...