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
if we have "Article" it find the route because we will have the name as "article" but if we have "ArticleComments" it won't find because the Router class will return "articlecomments" and the CrudHateoas will format to "article_comments"
if we have "Article" it find the route because we will have the name as "article" but if we have "ArticleComments" it won't find because the Router class will return "articlecomments" and the CrudHateoas will format to "article_comments"