If your database is structured the way rails wants it, there's nothing more to do than define a model for each table.
If your table names are not named the way Rails would name them, there's a method you use in the model class to specify the name.
If you primary key field is not named id, there's a method...
And so on for many other things.
If you do not have an integer primary key, then things get difficult.
But if you have integer primary keys on each table, then really you just need to be looking at the model class docs to figure out how to handle your tables.
--
Scott Ribe
scott...@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice