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

  • Home
  • SEARCH
  • 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 1023845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:41:18+00:00 2026-05-16T11:41:18+00:00

this is the code I have. It is a method for a contact.rb (Contact

  • 0

this is the code I have. It is a method for a contact.rb (Contact is a model):

  def event_delay event
    # find instance of contact_event
    puts "+++++++++++++++inside event_delay method"
    event_class = event.class.name
    event_id = event_class.foreign_key.to_sym

    #puts event_id
    contact_event_class = "Contact#{event_class}".constantize
    #puts contact_event_class

    contact_event = contact_event_class.first(:conditions => 
                                                {:contact_id => self.id, 
                                                event_id => event.id})
    #puts "inspect contact_event"
    #puts contact_event.inspect 
    if !contact_event.nil?
       puts "---- #{contact_event.title} not nill"
       puts contact_event.id
       date_sent = contact_event.date_sent
       target_send_date = self.date_entered + event.days
       puts "date_sent:"
       puts date_sent.to_date
       puts "target send date:"
       puts target_send_date

       return date_sent - target_send_date
    end                                           

  end

The goal is to return the difference in days between the time a date_sent to the time target_send_date. But I get the following error:

undefined method `-@' for Sun, 08 Aug 2010:Date
  • 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-16T11:41:19+00:00Added an answer on May 16, 2026 at 11:41 am

    Maybe both values are not dates? The - method is defined so that’s why I’m thinking that you might not have two dates. Does this work in irb for you?

    irb(main):001:0> require "date"
    => true
    irb(main):002:0> Date.new(2010, 10, 20) - Date.new(2010, 9, 20)
    => Rational(30, 1)
    irb(main):003:0>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have the following code: events.detect do |event| #detect does the block until
I have this slice of code IQueryable<Dealer> dealers = from dealer in Dealers join
I have this code and I want to keep it elegant. I got stuck
This is the error I get: ContactPostalcardsController#skip (NoMethodError) undefined method `status=' for #<ContactPostalcard:0x2b21433d64b0> This
I have searched the web for resolution of this error, but everything I have
Are forms that use the POST method required to have CSRF protection? I'm following
My entity name is "Contact" and my table name is "Contact". However, the default
I read the documentation on workers and delayed_job and couldn't follow exactly, so wanted
I'm developing a Grails (Version 1.3.3) Web-Application using the Grails Spring-Security Plugin, Spring-Security-Core-1.0.1 (which,

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.