projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Test that geocoder results are not in scientific form
[rails.git]
/
config
/
initializers
/
zeitwerk.rb
1
Rails.autoloaders.each do |autoloader|
2
autoloader.inflector.inflect(
3
"gpx" => "GPX",
4
"id" => "ID",
5
"osm" => "OSM",
6
"utf8" => "UTF8"
7
)
8
end