search for: set_campaign_start

Displaying 1 result from an estimated 1 matches for "set_campaign_start".

2006 Apr 21
2
Using before_create and conflicting setter method...
Hi, I am having trouble using before_create when I have an specialized setter method: before_save :set_campaign_start #----------------------------------------------------------------------- ------- def set_campaign_start self.campaign_start = Time.now end # We want the date to always start at midnight #----------------------------------------------------------------------- ------- d...