Let’s say I’ve app. ‘A’ written in Rails3.2, and there is another app. ‘B’ also Rails, where i’ve a sqlite3 db, which contains Users[user_d, value] table, what i want is: i want to search some info from app. ‘A’ using the user_id which is in app. ‘B’.
Plz. help
You need define the connection of your session to point on your table B
You can define the table you want too :