Skip to content

Commit

Permalink
DROP THIS COMMIT!
Browse files Browse the repository at this point in the history
  • Loading branch information
rjlynch committed Dec 30, 2024
1 parent c642bc0 commit 98870de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/forms/bank_details_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class BankDetailsForm < Form
validate :bank_account_is_valid

def save
raise "oh no!"
return false unless valid?

journey_session.answers.assign_attributes(
Expand Down

0 comments on commit 98870de

Please sign in to comment.