Skip to content

Commit

Permalink
Merge pull request #39933 from exterm/engines-are-not-applications
Browse files Browse the repository at this point in the history
Correct engine generator docs
  • Loading branch information
eugeneius committed Jul 28, 2020
2 parents 9cdae1c + dee8043 commit 4560c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/base.rb
Expand Up @@ -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"

Expand Down
Expand Up @@ -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"
Expand Down

0 comments on commit 4560c36

Please sign in to comment.