bin/rails c "question".pluralize
bin/rails generate questions
make sure you can access the page
get "/questions/new" => "questions#new", as: :new_questions
you dont have to hard code the path by giving it a helpermethod
bin/rails g model product name:string description:text price:float