I have a controller and two models, a user and a store. A user has_many stores. Inside stores I have a method get_items which lists items. get_items itself needs a reference to the user. What I have done now is the followingI have a controller and two models, a user and