Given that you have a single model (Person) that you want to retrieve
data from a table in another database, you'ld make an initializer that
you could call people_connection.rb and put something like this
inside:
This is covered in the documentation for ActiveRecord::Base:
ActiveRecord::Base See the
"Connection to multiple databases in different models" section.
Remember, Google is your friend, and always check the manual.