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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:22:29+00:00 2026-06-14T16:22:29+00:00

Given the MVC structure below, how can I access :category ? I added it

  • 0

Given the MVC structure below, how can I access :category? I added it to the list of attr_accessible and restarted the server, but calling p.category still doesn’t return anything. I’m sure you Rails experts will know what’s going on. Thanks in advance!

Model

class Product < ActiveRecord::Base
  belongs_to :category
  belongs_to :frame
  belongs_to :style
  belongs_to :lenses
  attr_accessible :description, :price
end

View

<% @product.each do |p| %>
<%= p.category %>
<% end %>

Controller

def sunglass
  @product = Product.all
end
  • 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-06-14T16:22:30+00:00Added an answer on June 14, 2026 at 4:22 pm

    You need to specify which column of categories table you want to display. For example, a column called name:

    <% @product.each do |p| %>
     <%= p.category.name %>
    <% end %>
    

    Otherwise it will return the object… in other words, all the columns {id: 1, name: 'blabla', etc }

    Also,

    class Category < ActiveRecord::Base
       has_many :products
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Environment: ASP.net MVC: Given anonymous structure as such: var test = new { name
Given the spring mvc method like the one below. @RequestMapping(value=/owners/{ownerId}/pets/{petId}/edit) public String processSubmit(@PathVariable(ownerId, int
Given my understanding of MVC and DDD (critique as necessary): Domain Models can be
Given the following MVC mark-up: <p> <label for=forenamesLabel>Forename(s):</label> <%: Html.TextBoxFor(model => model.ConsultantRegistrationDTO.Forenames) %> <%:
The problem: Using ASp.NET MVC for reporting. Given: 1. A report that is tabular
I have read a lot about MVC design pattern, but some of the things
I have an application in PHP that is a simplified MVC type structure. This
I have a question concerning the structure of an MVC application. Suppose we have
I've got an MVC user control with the following basic structure: <%@ Control Language=C#
At my new job, I was given some MVC work. There is only one

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.