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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T04:13:08+00:00 2026-06-19T04:13:08+00:00

country attribute’s default value is nil. In countries table, some record has image_url ,

  • 0

country attribute’s default value is nil.

In countries table, some record has image_url, and the rest of the record’s country attributes are nil.

So I coded this in helper

def image(user)
    if user.country.image_url
        image_tag "flags/#{user.country.image_url}.png" 
    end
end

However, it returns error when image_url was nil

Something went wrong

How can I fix?

  • 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-19T04:13:10+00:00Added an answer on June 19, 2026 at 4:13 am

    You’ll need two conditions: The user has to have a country, and that country has to have an image_url. Only then will there be something to show. Luckily, it’s a simple tweak:

    def image(user)
        if(user.country && user.country.image_url)
            image_tag "flags/#{user.country.image_url}.png" 
        end
    end
    

    If you’re paranoid, you should make sure that user isn’t nil either.

    Hope that helps!

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

Sidebar

Related Questions

I need to access attribute country's value (without using xpath) from the following: http://apps.db.ripe.net/whois/lookup/ripe/inetnum/79.6.54.99.xml
The countrySelect tag says it has the following attribute: default (optional) - The ISO
I have a table with entity-attribute-value structure. As an example, as entities I can
A model Country has a attribute code which is automatically converted to lowercase by
I have an entity which looks like this: Entityname = Country with the attributes
'country': Value Object or Entity in DDD? Opinions either way appreciated. And, where to
how do i organize country data (countries, states and cities etc) in mysql? cause
From the backbone docs getmodel.get(attribute) Get the current value of an attribute from the
I have some problem in using the jQuery attribute equals selector. The HTML part:
I have 2 separate country attributes in the XML element z:row, returned from SharePoint

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.