shakemurasan/okuribito_rails

cannot monitor the same name class of namespace difference

Opened this issue · 1 comments

This is good.

- FooController
  - '#bar'
- HogehogeController
  - '#bar'

But, this is no good.

- FooController
  - '#bar'
- Hogehoge::FooController
  - '#bar'

cause error....

uninitialized constant Okuribito::OkuribitoPatch::FunctionalPatchModule::FooInstancePatch::FooController (NameError)

This is duplicated issue.... 🤔