Hi,
I wanted to create an AR class for an Oracle table "CUST.CUSTOMER" where CUST keyword means the appropriate user space in which the table exists. It turned out that ActiveRecord does not tolerate names like that.
Any idea how can I use these tables without explicitly using CUST user?