跳至内容 跳至搜索
方法
E

实例公有方法

execute()

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

# File railties/lib/rails/commands/console/irb_console.rb, line 15
def execute
  ApplicationController.helpers
end