I have a product element that has many image_blogs.
I have a image_blog id, and a @product containing that image_blog. How can I access it ?
I guess it must look like @product.image_blogs[:id=>"24"]. What is the correct syntax?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Since you know the unique
idof theimage_blog, you don’t need@productto access it:To access, say, the first
image_blog‘sidin@product: