You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running specs with `RUBYOPTS='-w'`, there are a lot of warnings
related to a circular require between
`lib/active_admin/resource/belongs_to.rb`
and
`activeadmin/lib/active_admin/resource.rb`
```
lib/active_admin/resource/belongs_to.rb:2: warning: lib/active_admin/resource/belongs_to.rb:2: warning: loading in progress, circular require considered harmful - lib/active_admin/resource.rb
```
According to the blame, there is no particular reason to have the
inverse require from `belongs_to` to `resource`
Close#8598
0 commit comments