|
|
|
|
|
by byroot
905 days ago
|
|
It's a Ruby thing. Ruby only has a single global namespace, no imports. If anything Rails autoloading (Zeitwerk really) make it much easier to find where constants come from as it enforce a constant name -> file name convention, so all you need is fuzzy file search. |
|