Hi guys

I'm doing a form with fields like name, email, phone, address, city,
state, etc.

Each field has a table in db.

I will use state field as an example:

In db I had table states with columns: position, name and acronym

In my View I had a HTML table with name and acronym, ordered by position
(when page loads). I can order my table using select box (order by name
or acronym) or using drag and drop.

How could I save my "new table" to db when i click Save button?

Tks!

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to