diff options
author | David Gay <david@davidgay.org> | 2021-04-21 20:59:17 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-21 20:59:17 -0400 |
commit | 975ab9e285baf4f1b22b60104db4f8f982c1db8b (patch) | |
tree | 7ad97e350a11d61f0b356e81fa759baf648dcd1c /bin/rails |
New Rails project with pgsql
Diffstat (limited to 'bin/rails')
-rwxr-xr-x | bin/rails | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rails b/bin/rails new file mode 100755 index 0000000..21d3e02 --- /dev/null +++ b/bin/rails @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby +load File.expand_path("spring", __dir__) +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative "../config/boot" +require "rails/commands" |