Skip to content

Commit

Permalink
Merge branch 'main' into chore/RUBY-2805_active_record
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDoyle-EA authored Feb 15, 2024
2 parents 8e540e2 + 2565e61 commit 6037abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def add_secondary_contact
end

def add_partnership_organisation
@registration.organisation = Organisation.new(
@registration.organisation = Organisation.create!(
org_type:
)

Expand Down

0 comments on commit 6037abe

Please sign in to comment.