Hey all, I would like to capture all the typical form elements that a user is authorized to change, such as input type text, radio, check and textarea,etc - all of these html elements - and actually capture in the database by index. When current_user modifies these values, if he/she is authorized, then, then the input field is updated in the database. Does anyone know a good way to store a list of all the form elements in a table so they could be updated as these fields are changed by users?
Thanks for any response -- 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.

