Skip to content

Commit 3ebff69

Browse files
authored
Merge pull request rails#53140 from murny/remove-unused-const-in-bin-setup-file
Remove APP_NAME const as no longer being used in bin/setup
2 parents 87e7ad6 + ec48cfa commit 3ebff69

File tree

1 file changed

+0
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/bin

1 file changed

+0
-1
lines changed

railties/lib/rails/generators/rails/app/templates/bin/setup.tt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require "fileutils"
22

33
APP_ROOT = File.expand_path("..", __dir__)
4-
APP_NAME = "<%= app_name.dasherize %>"
54

65
def system!(*args)
76
system(*args, exception: true)

0 commit comments

Comments
 (0)