Skip to content

Commit

Permalink
Journey config for GetATeacherRelocationPayment
Browse files Browse the repository at this point in the history
Adds a data migration to create the GetATeacherRelocationPayment journey
configuration on produciton.
  • Loading branch information
rjlynch committed Jul 9, 2024
1 parent 565ce8e commit 1b3b7a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/data/20240709134609_add_irp_journey_configuration.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Run me with `rails runner db/data/20240709134609_add_irp_journey_configuration.rb`

Journeys::Configuration.create!(
routing_name: Journeys::GetATeacherRelocationPayment::ROUTING_NAME,
current_academic_year: AcademicYear.current
)

0 comments on commit 1b3b7a8

Please sign in to comment.