aboutsummaryrefslogtreecommitdiffstats
path: root/script/send-batch-requests
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-03-04 10:46:46 +0000
committerLouise Crow <louise.crow@gmail.com>2014-03-04 10:46:46 +0000
commitede46dc8dc6c97cdad8c3fcb3bd42ede5c25f395 (patch)
tree44e03358c9fa7ca6826e631d1d3d6c1030b1b0d5 /script/send-batch-requests
parent8e911d5bd0e60a0e0e4859868662cc176419d2e3 (diff)
parenta38b2989aebf8d554b7287e18528bed8c9e67d3b (diff)
Merge branch 'release/0.17'0.17
Diffstat (limited to 'script/send-batch-requests')
-rwxr-xr-xscript/send-batch-requests4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/send-batch-requests b/script/send-batch-requests
new file mode 100755
index 000000000..794bab11f
--- /dev/null
+++ b/script/send-batch-requests
@@ -0,0 +1,4 @@
+#!/bin/bash
+TOP_DIR="$(dirname "$BASH_SOURCE")/.."
+cd "$TOP_DIR"
+bundle exec rails runner 'InfoRequestBatch.send_batches'