How can I connect two DB tables using Rails?
- by jfedick
I have two DB tables that when one field is updated, a corresponding field needs to be updated in another DB table with that same information. How can I connect those fields (and tables) together using the Rails framework?