mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
89d1c77dd0
Changed Rails::Initializer to sort files before eager loading them. This ensures that any files in a parent directory will be loaded before files in a subdirectory of the 'same' name. i.e. zoo.rb will be loaded before zoo/reptile_house.rb Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
3 lines
No EOL
36 B
Ruby
3 lines
No EOL
36 B
Ruby
class Zoo
|
|
include ReptileHouse
|
|
end |