search for: is_recurring

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

2006 Feb 27
1
Instance methods in runner?
...I can not seem to call any instance methods on found records. Even when I strip is down to the basics: def self.deliver self.find(:all, :conditions => ["#{Message.table_name}.status = ?", ''pending''], :include => [:site, :template]).each {|m| logger.info m.is_recurring? # my method logger.info m.new_record? # ar method } end Both logger entries show black lines in the logger. Nothing seems to work. This object uses STI, could that be the problem? -- Lon Baker http://www.speedymac.com AIM: spdemac