Hi all
I am looking for some informaiton about how to create forms using tableless models.
What do you recommend?
Hi all
I am looking for some informaiton about how to create forms using tableless models.
What do you recommend?
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
When you say tables do you mean database tables OR html tables ?
Here is a good howto on session based model: