未验证 提交 4560c36d 编写于 作者: E Eugene Kenny 提交者: GitHub

Merge pull request #39933 from exterm/engines-are-not-applications

Correct engine generator docs
......@@ -19,7 +19,7 @@ class Base < Thor::Group
include Rails::Generators::Actions
class_option :skip_namespace, type: :boolean, default: false,
desc: "Skip namespace (affects only isolated applications)"
desc: "Skip namespace (affects only isolated engines)"
class_option :skip_collision_check, type: :boolean, default: false,
desc: "Skip collision check"
......
......@@ -185,7 +185,7 @@ class PluginGenerator < AppBase # :nodoc:
desc: "Generate a rails engine with bundled Rails application for testing"
class_option :mountable, type: :boolean, default: false,
desc: "Generate mountable isolated application"
desc: "Generate mountable isolated engine"
class_option :skip_gemspec, type: :boolean, default: false,
desc: "Skip gemspec file"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册