From eb3177b0d8de10f316ac595dff3b8165cf828796 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Jan 2018 23:23:05 +0000 Subject: Initial commit --- bin/rails | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/rails (limited to 'bin') diff --git a/bin/rails b/bin/rails new file mode 100644 index 0000000..10a7784 --- /dev/null +++ b/bin/rails @@ -0,0 +1,6 @@ +# This file is run by the Rails AppLoader + +APP_PATH = File.expand_path('../config/application', __dir__) + +require_relative '../config/boot' +require 'rails/commands' -- cgit v1.2.3