There may be a simple solution for this, but I can't seem to get my
app going with carrierwave. I'm running on Rails 2.3.5, latest
carrierwave and using Mongoid for my ORM. I'm just using the console
to create a new object with Photo.new when the following is thrown:
NoMethodError: undefined method `mount_uploader' for Photo:Class
Here is a gist of my model and uploader: http://gist.github.com/290836.
Any help is appreciated. Thanks!