Skip to content

Commit

Permalink
Remove inclusion of PgSearchable
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Nov 4, 2024
1 parent 26f269d commit d9c0791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/youth/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module Youth::Person

included do
Person::SEARCHABLE_ATTRS << :ahv_number << :j_s_number
include PgSearchable

has_many :people_managers, foreign_key: :managed_id,
dependent: :destroy
Expand Down

0 comments on commit d9c0791

Please sign in to comment.