Rails 3 gave us these nice generators that place models and controllers into namespaces, whoo! But now I\'m unable to associate them with other models.
I have not tried using namespaces for models myself, but when specifying a class for an association, you should use :class_name instead of :class. The rest looks good to me so that might be the only thing you need to change.