luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.59k stars 156 forks source link

Generate model with delete operation #1594

Closed lqmanh closed 2 years ago

lqmanh commented 2 years ago

Purpose

Resolves #1590.

Description

lucky gen.model should generate DeleteModel operation too, like in lucky gen.resource.

Checklist