1.the method within the controller to call
2.the data being presented by the web page
3. model names are singular, controller (and table) names are plural d)
4.in the controller: respond_to do |format| ... end
Answer:3