Skip to content

Commit

Permalink
Merge pull request #2995 from DFE-Digital/CAPT-1733/IRP-journey-config
Browse files Browse the repository at this point in the history
Journey config for GetATeacherRelocationPayment
  • Loading branch information
rjlynch authored Jul 9, 2024
2 parents 565ce8e + 1b3b7a8 commit 5294c76
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 5294c76

Please sign in to comment.