Answers

Question and Answer:

  Home  Ruby Developer

⟩ Tell me what is the role of sub-directory app/controllers and app/helpers?

☛ App/controllers: A web request from the user is handled by the Controller. The controller sub-directory is where Rails looks to find controller classes

☛ App/helpers: The helper’s sub-directory holds any helper classes used to assist the view, model and controller classes.

 175 views

More Questions for you: