method

controller

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.

controller()
public

No documentation available.

# File railties/lib/rails/console/helpers.rb, line 5
def controller
  @controller ||= ApplicationController.new
end