方法
- E
实例公共方法
执行() 链接
此方法假设存在一个 ApplicationController
,并且它扩展了 ActionController::Base
。
来源:显示 | 在 GitHub 上
# File railties/lib/rails/commands/console/irb_console.rb, line 24 def execute @controller ||= ApplicationController.new end
此方法假设存在一个 ApplicationController
,并且它扩展了 ActionController::Base
。
来源:显示 | 在 GitHub 上
# File railties/lib/rails/commands/console/irb_console.rb, line 24 def execute @controller ||= ApplicationController.new end