Explain the role of sub directory app/controllers and app/helpers.
Answer / Shilpi Agarwal
The 'app/controllers' directory contains all the application's controllers, which handle user requests. The 'app/helpers' directory contains modules that contain helper methods, which can be included in views to make them more reusable and less repetitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are gemsets in rails?
Write a program to generate and run the application without the use of database
what is the use of super function in ruby on rails?
What are the functions performed by rails migration?
what are the positive aspects of Rails?
how you can run Rails application without creating databases?
what are helpers and how to use helpers in ror?
Explain me what is the naming convention in rails?
what is different between activerecord::relation's count, length and size methods?
what the difference between static scaffolding and Dynamic scaffolding?
How you run your Rails Application without creating database ?
How will be the future for ruby on rails?