Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 25, 2024
1 parent 03857da commit 67292d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/models/app_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class AppSettings < RailsSettings::Base
field :student_check_status_accepted
field :student_check_status_published
field :student_check_status_rejected
field :primary_thesis_file_extensions
field :supplemental_thesis_file_extensions
field :licence_file_extensions
field :embargo_file_extensions
field :primary_thesis_file_extensions, default: ".pdf"
field :supplemental_thesis_file_extensions, default: ".pdf, .doc, .docx, .txt, .html, .htm, .odt, .odp, .ods, .png, .tif, .jpg, .csv, .xml, .avi, .flac, .wav, .mp3, .mp4, .mov"
field :licence_file_extensions, default: ".pdf"
field :embargo_file_extensions, default: ".pdf, .txt, .html, .htm, .odt, .odp, .ods"
end

0 comments on commit 67292d1

Please sign in to comment.