You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| db/migrate/20140120201010_create_comments.rb | Migration to create the comments table in your database (your name will include a different timestamp)|
1329
+
| db/migrate/\<timestamp\>_create_comments.rb | Migration to create the comments table in your database |
1330
1330
| app/models/comment.rb | The Comment model |
1331
1331
| test/models/comment_test.rb | Testing harness for the comment model |
1332
1332
| test/fixtures/comments.yml | Sample comments for use in testing |
0 commit comments