class YourModel < ActiveRecord::Base set_table_name 'test'
end Try reading the docs -> http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M002234 - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Fri, Apr 3, 2009 at 11:14 AM, Sushrut Sathe <[email protected]> wrote: > > 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. > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

