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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:10:18+00:00 2026-05-31T05:10:18+00:00

On Rails 3.2.1. I have a model called Car with an attribute called rate

  • 0

On Rails 3.2.1. I have a model called Car with an attribute called rate (indicates a price quantity). I’m using the ajaxful_rating gem which associates a method called rate (to submit a rating of how good a teacher is) with a Car.

So in my view, when I’m trying to show a price quantity with:

<%= @car.rate %>

I get a syntax error because there’s naming confusion. How do I let Rails know that I want to call the rate attribute and not the rate method? Is there an easy way to resolve this without rolling back my DB and renaming the attribute?

  • 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-31T05:10:18+00:00Added an answer on May 31, 2026 at 5:10 am

    You can use read_attribute:

    @car.read_attribute(:rate)
    

    but I suggest that you resolve the conflict by renaming one of them as it will just cause you problems and confusion down the road.

    You don’t need to rollback your database to rename a column, you just have to create a new migration that does so.

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

Sidebar

Related Questions

I have a Rails Model called Events which has as field/attribute called :description. I
Let's say I have a controller and model called Car/Cars in Rails. Then I
Using: Rails 3.1.1 I have a controller/model/view called Category that is built up on
I am using Rails v2.3.2 . I have a model called UsersCar : class
I have a rails model called UserScore which has user_id and computed_date. It has
I have a Rails model called Person which has database table columns for first_name
I have a YML file containing fixtures for a Rails model (Comment) which looks
I have a rails model called 'audioclip'. I orginally created a scaffold with a
I have a model Rails model called Orders that has a type_id, location, and
I am developing a Ruby on Rails app and I have a model called

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.