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 6924001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:36:29+00:00 2026-05-27T10:36:29+00:00

So I finally got my urls to work using nested resources but there’s still

  • 0

So I finally got my urls to work using nested resources but there’s still one little problem. I got the mysite.com/profile/1/photos/new page and form to work properly but the mysite.com/profile/1/photos page does not work. I am not sure why at this point.

My nested routes look like so.

resources :profiles do
 resources :photos
end

The index page will not work, it gives me the following error

undefined method `user_id'

This is what I have in my photos_controller.rb file

def index
  @profile = Profile.find(params[:profile_id])
  @photo = Photo.find_by_id(params[:all])
end

def show
  @profile = Profile.find(params[:profile_id])
  @photo = Photo.find(params[:id])
end

Here is the index form. This form will not work.

<% title "Photos" %>

<table>
  <tr>
    <th>User</th>
    <th>Title</th>
    <th>Description</th>
  </tr>
<% for photo in ([@photos, @profile]) %>
  <tr>
    <td><%= photo.user_id %></td>
    <td><%= photo.title %></td>
    <td><%= photo.description %></td>
    <td><%= link_to "Show", profile_photo_path %></td>
    <td><%= link_to "Edit", edit_profile_photo_path%></td>
    <td><%= link_to "Destroy", profile_photo, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
 <% end %>
</table>

  • 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-27T10:36:29+00:00Added an answer on May 27, 2026 at 10:36 am

    mysite.com/photos should be mysite.com/profiles/:profile_id/photos and
    photos/edit should be profiles/:profile_id/photo/:id/edit
    link helpers will looks like

    link_to "Photos", profile_photos_path(@profile)
    link_to "Edit photo", profile_edit_photo_path(@profile,@photo)
    

    Check out rails guides about nested resources

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

Sidebar

Related Questions

Well I added and finally got Sharekit to work with facebook using FBConnect, but
I've have finally got the datepicker to work on my MVC demo site. One
I've finally got this PHP email script working (didn't work on localhost…), but my
I finally got this to work using the javascriptserializer to deserialize the json content.
I finally got AdMob to work on an android game I made, but it
I've finally got the datepicker to work on my MVC demo site and also
After many hair-pulling frustrations I've finally got one version of the PerlMagick module working
I finally got my site to work on my server, and it is now
Hi I've finally got Suckerfish working and styled but in IE7 it is hidden
So, I finally got the PHP include function to work by tweaking the .htaccess

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.