Home »
MCQs »
Ruby on Rails MCQs
What are the modules that offer techniques that your view can use right away in Ruby on Rails?
58. ____ are modules that offer techniques that your view can use right away.
- Component
- Assertions
- Helpers
Answer: C) Helpers
Explanation:
Helpers are modules that offer techniques that your view can use right away.