diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 23:51:23 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 23:51:23 -0400 |
| commit | d09db2d6d0727faba8e5078900f2fbd1e18ea49f (patch) | |
| tree | 978edaa0c321477d3c04f515cd13da0051a5459f /test/dummy/bin/rails | |
| parent | 75a7c7131f6c9a6d80d16055130609eb97f37dfd (diff) | |
| download | wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.gz wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.bz2 wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.zip | |
it's an engine now!
Diffstat (limited to 'test/dummy/bin/rails')
| -rwxr-xr-x | test/dummy/bin/rails | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/test/dummy/bin/rails b/test/dummy/bin/rails new file mode 100755 index 0000000..efc0377 --- /dev/null +++ b/test/dummy/bin/rails | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/usr/bin/env ruby | ||
| 2 | APP_PATH = File.expand_path("../config/application", __dir__) | ||
| 3 | require_relative "../config/boot" | ||
| 4 | require "rails/commands" | ||
