]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unnecessary inflection
authorTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 11:54:29 +0000 (11:54 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 11:54:29 +0000 (11:54 +0000)
config/initializers/zeitwerk.rb

index 803a60cb9c64be20f1be035fb7a57209879d536f..49bd78d8e4f54a5cdb2beedf1ca7e722621d036f 100644 (file)
@@ -3,7 +3,6 @@ Rails.autoloaders.each do |autoloader|
     "gpx" => "GPX",
     "id" => "ID",
     "osm" => "OSM",
-    "rubyvm" => "RubyVM",
     "utf8" => "UTF8"
   )
 end