Hi,

I'd like to render the results from show, create, edit and delete
actions for several different models (one controller per model) on one
page.

While these several models are conceptually related, they do not need
to be associated with each other. So, I'd rather not impose
associations on them just to use accepts_nested_attributes_for to
facilitate their presentation in a common form.

All I want is a page that presents the several models, links to their
associated actions, and, finally, the results of these actions.

As a beginner, I'm having a hard-time fitting this requirement into
the RESTful approach, where, as I understand it, each action is
associated with at most one view.

Any comments?

Thanks,

Grar

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to