aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/nested_with_require_parent.rb
blob: e8fb3210774973bb2f21ce5e503140fc79087e0c (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class NestedWithRequireParent
  ModuleFolder::NestedWithRequire
end