1 2 3 4 5 6 7
def helper @helper ||= ApplicationController.helpers end def controller @controller ||= ApplicationController.new end