Let there is a rails 3 app with two models, a Project and Notification using the ActiveRecord adapter with MySql.
Project has various states using state_machine and when its state changes, I want the notifications to be stored and retrieved back using MongoDb?
Can this be done using rails3?