RailsCasts
RailsCasts
Ryan Bates
#101 Refactoring Out Helper Object
7 minutes Posted Apr 14, 2008 at 12:00 am.
0:00
7:25
Download MP3
Show notes
If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode. This is also known as the presenter pattern.