Using Helper methods in Ruby on Rails

Asp.net Tools
Helpers methods are nothing but it is a piece of code that can be called in your views to help and keep your code DRY.
We can use helpers very simple , Each controller having its own helper file.