aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-new-response-reminders
blob: 148706d498fecb3d001be350830d4c23c2af5809 (plain)
1
2
3
4
#!/bin/bash
TOP_DIR="$(dirname "$BASH_SOURCE")/.."
cd "$TOP_DIR"
bundle exec rails runner 'RequestMailer.alert_new_response_reminders'