In the email collection project (url:https://www.codecademy.com/courses/learn-rails/projects/learn-rails_innovation-cloud), Step 4 asks me to copy 4 files into the signups and pages directories. But the signups Model isn’t created until step 5, so the app/views/signups and app/views/pages directories don’t exist yet. Am I supposed to create the directories, then put the files into them?
It seems that the better solution would be to create all of my models and views first, then modify the files. That way I am sure the directory structure is created correctly.