method
controller
v3.2.13 -
Show latest stable
- Class:
Rails::ConsoleMethods
controller()public
No documentation available.
# File railties/lib/rails/console/helpers.rb, line 7
def controller
@controller ||= ApplicationController.new
end