Hi Stepa, Have you generated active record model? What controller are you using and how does it look like?
In general, You have to send a put request to your controller and pass all data you want to save or you have (depending on behaviour you are trying to achieve). Then you will be using ActiveRecord to save the data. Please let us know at what point you are stuck. -- 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 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/2ee9d4da1fd582bcaaa455a519c6f2f3%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

