Topic: after_initialize not being called
Just updated rails from 3.0 to latest 3.2.8 and did the ruby switch to 1.9.3.
I updated my application got the kinks ironed out that I ran into. However, now my after_initialize defined as a method in my models that inherit from ActiveRecord::Base are not being run when I either do a find or new.
I am clueless as to why this is happening and have read a ton of documentation, posts, scrolled through numerous searches, etc.
Anyone have anything I can try or willing to give me a lightbulb moment?
FYI, I did try to define after_find() and print a test string. No joy.
sticks