-
-
Save ukstudio/94931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rails my_app | |
| cd my_app | |
| ruby script/generate model user name:string email:string | |
| ruby script/generate model entry title:string body:text user_id:integer | |
| rake db:migrate | |
| ruby script/generate i18n ja |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment