views:

28

answers:

1

Background: I'm trying to create a simple feed reader for which I'm using the feedzirra. I am developing in Rails 3.

This is probably pretty simple, but I'm trying to figure out how to access the contents of two related models from a single view. The model relationship is as follows:

Feed has_many Entries

Entry belongs_to Feed

Thanks for any help!