method

helper

rails latest stable - Class: Object

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

helper()
public

No documentation available.

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