Remove unnecessary inflection

This commit is contained in:
Tom Hughes 2021-01-01 11:54:29 +00:00
parent eada36ff96
commit 3e150205ad

View file

@ -3,7 +3,6 @@ Rails.autoloaders.each do |autoloader|
"gpx" => "GPX",
"id" => "ID",
"osm" => "OSM",
"rubyvm" => "RubyVM",
"utf8" => "UTF8"
)
end