We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d53f8 commit 1da201bCopy full SHA for 1da201b
railties/lib/rails/generators/rails/app/templates/bin/setup
@@ -12,7 +12,7 @@ Dir.chdir APP_ROOT do
12
system "bundle check || bundle install"
13
14
# puts "\n== Copying sample files =="
15
- # unless File.exists?("config/database.yml")
+ # unless File.exist?("config/database.yml")
16
# system "cp config/database.yml.sample config/database.yml"
17
# end
18
0 commit comments