1.just replace the word "scaffold" with the word "model"
2. from general to specific ('/ads/' and then '/ads/:id')
3.rails generate migration AddPhoneToTickets phone:string
4.do |f| (where "f" can be anything)
Answer:2