On Fri, May 16, 2014 at 5:03 PM, Sayth Renshaw <[email protected]> wrote:
> Yes I want to create model objects to persist. I will have other objects > for user input. So I create a DOM to map to the database objects I want > to be updating via the XML? Not sure what you mean by "create a DOM"; you'd use Nokogiri to extract the values you need from the XML, and then use those to build instances of the objects you want to save. -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yBstFiCk1ZKHSMEj%2BoPR1ngpVzAwQk%2B%3DQ59H7G5hd%2BjGA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

