Singular Table name

Hi,
I am using oracle,
& the table name is in singular (for ex. test)type then how i use that
table in my application without changing the table name.
i.e. I have to use that table name (test) as it is.

class YourModel < ActiveRecord::Base

set_table_name ‘test’

end

Try reading the docs →

Maurício Linhares
http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/
(en)

On Fri, Apr 3, 2009 at 11:14 AM, Sushrut S.