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
The views template for index.hbs creates a restful entry like href="/{{name}}/show/<%= item.id %>">Show but when I run that, no route is found. If I edit the index.ejs file to be /viewName/show&id=3 things tend to work. It seems this might be a default CRUD blueprint, but I cannot find a setting to enable it.
It would be good if a working example project's config files, models, controllers and views were added to the repo so we could see what was set up. Also it would be easier to spot 1.0 issues.
The text was updated successfully, but these errors were encountered:
The views template for index.hbs creates a restful entry like href="/{{name}}/show/<%= item.id %>">Show but when I run that, no route is found. If I edit the index.ejs file to be /viewName/show&id=3 things tend to work. It seems this might be a default CRUD blueprint, but I cannot find a setting to enable it.
It would be good if a working example project's config files, models, controllers and views were added to the repo so we could see what was set up. Also it would be easier to spot 1.0 issues.
The text was updated successfully, but these errors were encountered: