ActiveRecord in a database schema other than public

Does ActiveRecord have any support for database schemas that exist
outside the public schema? I am using postgres.

On 11/3/06, Jason G. [email protected] wrote:

Does ActiveRecord have any support for database schemas that exist
outside the public schema? I am using postgres.

Yes. Set schema_search_path in config/database.yml

jeremy