I am using "Model Entities" for creating custom entity.
How can i embed this new entity form into another page (in another module), not admin UI?
On submit I get this error "Call to undefined method stdClass::save()".
I already tried to include files, like they are in hook_menu but it doesn't make any difference..