As you know, the document create page contains the search_author Form in the right side. And the question is where should i locate the "search_author" method? If at DocumentsController, how could i write the url for "search_author" restful? If at AuthorsController, how could i connect the AuthorsController with the view of DocumentsController?
On 12月6日, 上午12时14分, Klaus Pieslinger <[EMAIL PROTECTED]> wrote: > AFAIK the RESTful part is unrelated to the view part. > REST should deal with resources only, so: > /documents should return an index of all docs, > /authors should return an index of all of them, > then an association should be created when POSTing to /authors/ > id_from_right_pane/documents/id_from_left_pane. > It should be usable without defining any view. > Afterwards, on top of that, build the view. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

