Ruby On Rails 4 にmysql...
Revisions
Previous
Next
No comment
m-tsuchiya
2016-01-30 11:54 AM JST
Changes in body
Source |
HTML
|
Preview
@@ -64,10 +64,11 @@
```
rails s
```
scaffoldの例
+
```
rails generate scaffold user username:string password:string
```
# 文献