erd icon indicating copy to clipboard operation
erd copied to clipboard

Fix mistaken path of execute_generate_model method

Open sanfrecce-osaka opened this issue 6 years ago • 0 comments

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

Image from Gyazo

debug_erd_for_skitch

After

Image from Gyazo

sanfrecce-osaka avatar Apr 25 '19 10:04 sanfrecce-osaka