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
A common useage is to import these models and use them as templates, the enhanced class can continue to be used for DB migrations but templates will start complaining that the model class object does not exist.
A common useage is to import these models and use them as templates, the enhanced class can continue to be used for DB migrations but templates will start complaining that the model class object does not exist.
remove:
javaSources.source.exclude("models/**/*.java")
The text was updated successfully, but these errors were encountered: