InterviewSolution
Saved Bookmarks
| 1. |
What Are Helpers And How To Use Helpers In Ror? |
|
Answer» Helpers are modules that provide methods which are automatically usable in your VIEW. They provide SHORTCUTS to COMMONLY used display code and a WAY for you to keep the programming out of your views. The PURPOSE of a helper is to simplify the view. Helpers are modules that provide methods which are automatically usable in your view. They provide shortcuts to commonly used display code and a way for you to keep the programming out of your views. The purpose of a helper is to simplify the view. |
|