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.

Yes. Set schema_search_path in config/database.yml

jeremy