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
$auto_prefix_models is used only in Model::factory. When I use has_many, Paris tries to use class name without namespace prefix to determine the table name for the joined entity.
It can be fixed by changing the first line of the has_many method from