方法
类公共方法
generator() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/engine/updater.rb, line 10 def generator @generator ||= Rails::Generators::PluginGenerator.new ["plugin"], { engine: true }, { destination_root: ENGINE_ROOT } end
run(action) 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/engine/updater.rb, line 15 def run(action) generator.public_send(action) end