method

helper

helper()
public

No documentation available.

# File railties/lib/rails/console/helpers.rb, line 3
    def helper
      @helper ||= ApplicationController.helpers
    end