Skip to content

Commit

Permalink
Merge branch 'fix/seed-data' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tvcam committed Aug 25, 2023
2 parents 50698a7 + dccbfbb commit 187a33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/organization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Organization < ActiveRecord::Base

before_save :clean_short_name, on: :create
before_save :clean_supported_languages, if: :supported_languages?
after_commit :upsert_referral_source_category, on: [:create, :update]
after_commit :upsert_referral_source_category, on: [:update]
after_commit :delete_referral_source_category, on: :destroy
after_commit :flush_cache

Expand Down

0 comments on commit 187a33b

Please sign in to comment.