You can tell rails to use different databases on a per-model basis. Just put a
establish_connection :dbname
in the model class, and make sure there's a definition for 'dbname' in config/database.yml.
steve
You can tell rails to use different databases on a per-model basis. Just put a
establish_connection :dbname
in the model class, and make sure there's a definition for 'dbname' in config/database.yml.
steve