turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

A question on I0 #1206

Open henrythedj opened 8 years ago

henrythedj commented 8 years ago

***Here! I have edited the migrate file and run the rake db:migrate (obtaining the correct output). I ran rake db:migrate again and got a blank line. Then, when I try Article.new, it only has ID, created_at and updated_at (all : nil). No sign of title or body :( I re-saved the migrate file and ran rake db:migrate again, again with a blank line. What's up?