Skip to content

Commit cb19548

Browse files
committed
Mention Solid Cable in --skip-solid help
1 parent 99a6365 commit cb19548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/app_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def self.add_shared_options_for(name)
110110
desc: "Skip Kamal setup"
111111

112112
class_option :skip_solid, type: :boolean, default: nil,
113-
desc: "Skip Solid Cache & Queue setup"
113+
desc: "Skip Solid Cable, Cache, and Queue setup"
114114

115115
class_option :dev, type: :boolean, default: nil,
116116
desc: "Set up the #{name} with Gemfile pointing to your Rails checkout"

0 commit comments

Comments
 (0)