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
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Describe the bug:
Method signatures for models in many cases use
Model::ActiveRecord_Relation
.However, that is a private constant (rails/rails#30943)
Steps to reproduce:
Generate any model types
rake "rails_rbi:models[Document]
Expected behavior:
Not entirely sure.
What's interesting is that when I try to access the constant in development but not in non-dev environments.
Versions:
The text was updated successfully, but these errors were encountered: