good first issue
仓库指标
- 星标
- (8,501 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Hi,
It would be great if running
rails g scaffold Model
rails g controller Model
would actually generate an empty policy file that inherits from ApplicationPolicy.
As a bonus, for resources scaffolding, maybe we could implements all CRUD actions and defaults to false.