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