erd
erd copied to clipboard
Fix mistaken path of execute_generate_model method
Description
A migration isn't executed when pushing save changes button after creating a model.
The regular expression in GenaratorRunner.execute_generate_model starts with slash, but the paths of result don't have any paths which start with slash.
A slash of beggining isn't necessary, so I fix it.
See the pictures below for details.
Before

