Holy crap... Your question gave me an idea. To add a simple and dirty require to my controller
class AuctionController < ApplicationController require 'notif_mailer' And... it works! This is sick. This model (like all app models) is normally accessible from within the controller. Is it that scheduler uses different context and loses rails-environment classes when not explicitly required in the controller? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
