I\'m trying to overwrite a getter method for an ActiveRecord model. I have an attribute called name in the model Category, and I\'d like to be able
name
Category
You can use Rails read_attribute method. Rails docs