Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7537953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:59:11+00:00 2026-05-30T06:59:11+00:00

I have two Model/Controllers which are essentially duplicating data (just on different pages). When

  • 0

I have two Model/Controllers which are essentially duplicating data (just on different pages). When I iterate through a collection on one of the controllers, it works just as intended, however when I run the collection through the partial on the other controller, it creates another “object”

def show (users_controller.rb)
  ...
  @missions = @user.missions
  @mission = current_user.missions.build
  ...
end


def index (missions_controller.rb)
  ...
  @missions = @user.missions
  @mission = current_user.missions.build
  ...
end

When I call render @missions (app/views/missions/_mission.html.erb) on both the show.html.erb and index.html.erb files. It works as intended on the Users_controller but creates an extra “object” on the Missions_controller. It seems to be rendering both the @mission and @missions variables in the controller when rendering the collection.

Why and how can I fix this? I’ve tried moving the partial to a shared view directory, but the problem remains. I’m assuming it has to do with how I named my instance variables? I’m super stumped. Thanks guys

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T06:59:12+00:00Added an answer on May 30, 2026 at 6:59 am

    This is just a guess, but I would say this is likely happening because the mission you’re building is included in @user.missions. Criteria aren’t evaluated until they’re actually used (by calling .all or .each or something) so by using current_user.missions.build you’re adding an empty mission to the end of @user.missions… assuming that current_user and @user are the same.

    So you can probably fix this by changing the call to @missions = @user.missions.all which will force it to be evaluated immediately, before the built mission is added to the end.

    As I said, just a guess though!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables related: DataEntered and Model DataEntered -currentModel Model One DataEntered can
I have a basic ActiveRecord model in which i have two fields that i
I want to have one model & view that is served by multiple controllers
I have two View Controllers: TableViewController (which is used as a modal view controller)
Hi I have a tabbar controller which includes two pages A and B. Now
I have a Store model. And two controllers: stores_controller admin/stores_controller now in the list
I have a model called Details, and two controller methods new and create. New
I have two models: The model NetworkObject try to describe hosts. I want to
I have two models like this: class OptionsAndFeatures(models.Model): options = models.TextField(blank=True, null=True) entertainment =
I have two models: class Actor(models.Model): name = models.CharField(max_length=30, unique = True) event =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.