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 a0ae04a commit 03857da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,8 @@
AppSettings.embargo_file_extensions = <<HEREDOC
.pdf, .txt, .html, .htm, .odt, .odp, .ods
HEREDOC

AppSettings.keys.each do |k|
v = eval("AppSettings.#{k}")
AppSettings.send("#{k}=", v)
end

0 comments on commit 03857da

Please sign in to comment.