3. Creating Blog Posts

###Terminal

AWS Cloud9 users: Make sure you run the following commands from your blog folder: ~/environment/blog. Anytime you see the instructor in the workspace folder, you should be in the ~/environment/blog folder. Use the cd (followed by a folder name) and cd .. commands to descend or ascend between folders.

rails generate scaffold Post title:string body:text
rake db:migrate

Complete and Continue