Skip to content

Commit 2af458a

Browse files
authored
Merge pull request rails#42112 from roramirez/remove/alias-double-slash
Remove aliases with two letter:
2 parents d69e0d5 + c33c985 commit 2af458a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

railties/lib/rails/generators.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ module Generators
3434
actions: "-a",
3535
orm: "-o",
3636
javascripts: "-j",
37-
javascript_engine: "-je",
3837
resource_controller: "-c",
3938
scaffold_controller: "-c",
4039
stylesheets: "-y",
41-
stylesheet_engine: "-se",
42-
scaffold_stylesheet: "-ss",
4340
template_engine: "-e",
4441
test_framework: "-t"
4542
},

0 commit comments

Comments
 (0)