The form helpers don't care if an object is an ActiveRecord::Base or not, it simply works on the attributes of the object.
So, just don't make your model a subclass of AR::Base. Jason On Thu, Oct 9, 2008 at 9:31 AM, Pepe Sanchez <[EMAIL PROTECTED]> wrote: > > Hi all > > I am looking for some informaiton about how to create forms using > tableless models. > > What do you recommend? > -- > 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 -~----------~----~----~----~------~----~------~--~---

