views:

23

answers:

1

Hi,

I want to integrate the beast forums in an existing rails app, but there is a database conflict. I already have a "post" model for the blog and beast requires it. How do I eliminate the problem?

Regards

A: 

You can change your Post model or you can connect beast to another database.

shingara
But I want to share the user models, and how can I have two models with the same name but different databases?
Rick_2047
It's little tricky. You need hack beast and your code too.
shingara