Hi friends,
Am using mysql and mongodb in my application.
I have create mongodb models for 2 tables
books and books_history
after created these , am running test cases for previously written
controllers which are not using mongodb tables
then am getting this error
ActiveRecord::StatementInvalid: Mysql::Error: Table
‘develop_test.books_history’ doesn’t exist: DELETE FROM `books_history
Can anybody help me