Merge branch 'master' into 177717903-move-constants-to-configuration-file

This commit is contained in:
kingdish 2021-04-13 14:10:40 +08:00 committed by GitHub
commit 1118c3cbcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -119,6 +119,5 @@ Osem::Application.configure do
end
end
config.assets.precompile += ['mailbot.css']
config.active_record.verbose_query_logs = true
end