I have basically two questions that I was hoping for help on. 1. Is there a better place than lib to place support classes? 2. How do I get access to the rails logging facility from one of these support classes? Thanks, Phil Craven
Philip W Craven Jr wrote:> 1. Is there a better place than lib to place support classes? > 2. How do I get access to the rails logging facility from one of these > support classes?lib''s a fine place. The default Active Record and Action Pack loggers are set up in config/environment.rb; give it a look-see. jeremy