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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:00:54+00:00 2026-05-15T16:00:54+00:00

I have a controller which is looking for a set of Contacts from the

  • 0

I have a controller which is looking for a set of Contacts from the Contacts table. Currently it looks like this:

 @contacts = @campaign.contacts.find(:all, :order => "date_entered ASC") 

The method in the contact.rb (Model) is this:

 def status
  return if statuses.empty?
  a= statuses.find(:last).status << ' (' << statuses.find(:last).created_at.to_s(:long) << ')' 
  return a
 end

For the most part, if there is a value in the “status”, I no longer want to display it in the view.

Right now, status is polymorphic. That might’ve been a dumb idea, but I wanted the concept of status to apply across different models:

class Status < ActiveRecord::Base
  attr_accessible :statusable_id, :statusable_type, :status

  belongs_to :statusable, :polymorphic => true

end

# == Schema Information
#
# Table name: statuses
#
#  id              :integer         not null, primary key
#  statusable_id   :integer
#  statusable_type :string(255)
#  status          :string(255)
#  created_at      :datetime
#  updated_at      :datetime
#

I am assuming that if I can add that condition to the @contacts instance, that would take care of it. But I don’t know how to write that condition in the controller on the .find method (if that is the right way to do it).

thanks.

  • 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-15T16:00:55+00:00Added an answer on May 15, 2026 at 4:00 pm

    I am assuming that contact has_many statuses . I am not sure about the rest of the app , but from the code that you have given above , it seems that you are interested in only the last status , and thus you might be better off making status and attribute instead of a has_many association .

    However , assuming that for some other requirement you do need the has_many association , in that case what you have done seems reasonable .

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

Sidebar

Related Questions

I have a navigation controller which also has a table view. I want to
I have a table view controller which doesn't let me manually scroll to the
Is there an annotation/attribute which can be set on a controller method, to have
I have a couple of rows in a table view which I like to
In our code we used to have something like this: *(controller->bigstruct) = ( struct
Hi guys i have controller which returns a partial view, the controller is called
I have a controller which has a method called history class UsersController < ApplicationController
i have view controller which contains a button which show the image library ,if
I have an controller which is an ArrayProxy and contains some computed arrays. In
i have a character controller which jumps but while jumping i want to change

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.