Skip to content

Commit

Permalink
Remove inclusion of PgSearchable (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi authored Nov 8, 2024
1 parent 5abd134 commit 40b7eb5
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 40b7eb5

Please sign in to comment.