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
On Thu, Oct 9, 2008 at 9:31 AM, Pepe S.
When you say tables do you mean database tables OR html tables ?
Here is a good howto on session based model:
I mean a data entry form that is not connected to a table through a
model
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs