config: update to Rails 6.0 defaults.

This commit is contained in:
evazion
2019-12-13 03:15:08 -06:00
parent fc5bce5595
commit 6382aec85e
3 changed files with 7 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
Rails.autoloaders.each do |autoloader|
autoloader.inflector.inflect(
"apng_inspector" => "APNGInspector",
"sftp" => "SFTP"
)
end