Skip to content

Commit ec48cfa

Browse files
committed
Remove APP_NAME const as no longer being used in bin/setup
1 parent 87e7ad6 commit ec48cfa

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)