I want to use two schema in single rails application, for that how to specify the schema name in model. Tried with following, it was not working.
set_table_name "schemaname.tab lename"
schema names:
1. addressbook
2. schedule
Need to fetch the details from addressboook schema and have to get some data from user and need to store it in a 'schedule' schema with all details.
set_table_name "schemaname.tab lename"
schema names:
1. addressbook
2. schedule
Need to fetch the details from addressboook schema and have to get some data from user and need to store it in a 'schedule' schema with all details.
Comment