search for: update_url

Displaying 1 result from an estimated 1 matches for "update_url".

Did you mean: update_all
2006 Mar 18
1
Need help .. Rails Recipes, in_place_editor, selecting associations
...ons it works on the surface (book titles can be chosen, ids are used for the update calls), but the current value displayed in the tag is still an id. And I believe that I have to provide the in_place_editor helper method with ":reader" and ":book_id", because it uses it for the update_url. Providing a new parameter to the helper method for creating the in_place_editor might work, but it seems that there is some stuff happening under the hood retrieving the original id when creating the instance tag. Would it be an option to overwrite the result? If so how to find which attribute?...