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.
1 parent d3957c1 commit f047f7bCopy full SHA for f047f7b
README.md
@@ -55,7 +55,7 @@ Example:
55
bin/rails generate next_rails_scaffold:install
56
57
# Generate the RESfull API endpoints and Next.js app with respective components and pages.
58
-bin/rails generate scaffold Post tile:string body:text
+bin/rails generate scaffold Post title:string body:text
59
```
60
61
This will create:
0 commit comments