We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.