Fixed issue with one =>many relation

I’ve just pushed a new version to GitHub. It fixes the issues with one=>many relations. Now you can see the related table’s fields in the listing and show view.

I’ve also updated the delete function for the referred tables in the model template. It now deletes the records from the switch table as well.

Comments