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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:12:06+00:00 2026-06-04T05:12:06+00:00

I am having a very strange problem, I have this file for User#show view:

  • 0

I am having a very strange problem, I have this file for User#show view:

%h1 My Appliances
.floatright= link_to "Add appliance", new_appliance_profile_path
%table
  %tr
    %th Category
    %th Manufacturer
    %th Model
    %th Room
    %th Hours On
    %th Hours Sleeping
    %th
  - @user.appliance_profiles.each do |ap|
    %tr{:class => cycle('list_line_odd', 'list_line_even')}
      %td= ap.appliance.category
      %td= ap.appliance.manufacturer
      %td= ap.appliance.model
      %td= ap.room.name
      %td= ap.hours_on
      %td= ap.hours_sleep
      %td= link_to "edit", edit_appliance_profile_path(ap)

and receive the error: undefined method 'category' for nil:NilClass

My model does have a category string attribute. What does this mean and how do I fix it?

  • 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-04T05:12:07+00:00Added an answer on June 4, 2026 at 5:12 am

    It means that in this call:

    %td= ap.appliance.category
    

    appliance is nil. If it’s OK that not all appliance_profiles have an appliance, you can do this:

    %td= ap.appliance.try(:category)
    

    If all the appliance_profiles should have an appliance, you have to check your database for missing data.

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

Sidebar

Related Questions

Im having a very strange problem, i have a complicated view that returns incorrect
I've been having a very strange problem. I have a test class that subclasses
I am having a very strange problem with pound signs displaying incorrectly (or not
I'm having a very strange problem. I'm using dfs-datastores Pail abstraction to write data
i'm having a very strange behaviour with this piece of code: <ui:fragment rendered=#{price.guestIdTrue}> <b>PRICE_GUEST_ID_TRUE
I'm having very strange problem with Internet Explorer 7 and 8. For example if
I've been having this strange problem with apply lately. Consider the following example: set.seed(42)
I have some strange restrictions on the following problem. (My friends aren't very good
I am having a strange problem in my code. I have many asserts scattered
Greetings everyone, I'm having a very strange problem. I've created a DateTextBox which automaticly

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.