I think in newer versions of Rails, there are ways to say, "share these methods between controllers and views" using something like
controller.helper
controller.helper_method
(I am not sure if they are). But what if these methods are missing in older versions of Rails? How can you tell Rails to share methods between controllers and views?