]> git.openstreetmap.org Git - rails.git/blobdiff - bin/rails
Update to rails 5.2.0
[rails.git] / bin / rails
diff --git a/bin/rails b/bin/rails
new file mode 100755 (executable)
index 0000000..efc0377
--- /dev/null
+++ b/bin/rails
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+APP_PATH = File.expand_path("../config/application", __dir__)
+require_relative "../config/boot"
+require "rails/commands"