Controller helper_method

Viewed 23350

I was wondering why someone should use helper_method inside a controller to create a helper method, instead of creating the "normal" way, which is inside the helper file. What the pros and cons of that?

2 Answers
Related