Description:
This generator create a scaffold for a resource. It will setup a model, a controller and a React page component for the Next.js frontend. See https://github.com/Uqido/next-on-rails for more information.
Arguments:
RESOURCE_CLASS # The name of the resource class
Example:
rails generate nor:scaffold Post