i think you should reopen user class inside blog_engine in order to define has_many :posts relation and it should be appropriate way.
blog_engine
has_many :posts
i think you should reopen user class inside
blog_engine
in order to definehas_many :posts
relation and it should be appropriate way.