Skip to content

Commit

Permalink
Fix copy & paste
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Feb 5, 2024
1 parent 351114e commit 67decac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Event < ApplicationRecord
scientific_topics_and_synonyms
end
text :operations do
scientific_topics_and_synonyms
operations_and_synonyms
end
# sort title
string :sort_title do
Expand Down
2 changes: 1 addition & 1 deletion app/models/material.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Material < ApplicationRecord
scientific_topics_and_synonyms
end
text :operations do
scientific_topics_and_synonyms
operations_and_synonyms
end
# sort title
string :sort_title do
Expand Down

0 comments on commit 67decac

Please sign in to comment.