Concept Flow - Action methods
HTTP Request Received
Router Matches URL
Controller Selected
Action Method Called
Action Executes Code
Render View or Redirect
HTTP Response Sent
When a web request comes in, Rails finds the right controller and calls the action method, which runs code and sends back a response.