Network ActiveRecord relation with Rails
- by Zag zag..
Hi,
I have a has and belongs to many relation between User and Article
models, and I would like to link them even if an article if not hosted
on the same database then a user.
For example, If an article exists at foo.com/articles/3 and a
user exists at bar.com/users/1, If would like to be able to do
from foo.com web interface or bar.com web…