跳至内容 跳至搜索
方法
E

实例公共方法

执行()

此方法假设存在一个 ApplicationController,并且它扩展了 ActionController::Base

# File railties/lib/rails/commands/console/irb_console.rb, line 24
def execute
  @controller ||= ApplicationController.new
end