How can I connect two DB tables using Rails?
Posted
by jfedick
on Stack Overflow
See other posts from Stack Overflow
or by jfedick
Published on 2010-06-09T15:29:32Z
Indexed on
2010/06/09
15:32 UTC
Read the original article
Hit count: 104
ruby-on-rails
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?
© Stack Overflow or respective owner