Search Results

0
votes

How can I access a different object collection in a view in Rails?

The error suggests you foo object is empty. If you want all Foo's connected with the current user object, you use my_user = User.find(1) # finds user with id no. 1 list_of_ …