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
For AbstractRestfulController we should have more details, including a sample route.
By example there is an issue with a normal route config if is not nullified the default action. Without this the AbstractRestfulController tries to dispatch the indexAction (which can result in dispatching notFoundAction if indexAction is not defined)... I guess 'action' is defaulting to 'index' somehow.
For AbstractRestfulController we should have more details, including a sample route.
By example there is an issue with a normal route config if is not nullified the default action. Without this the AbstractRestfulController tries to dispatch the indexAction (which can result in dispatching notFoundAction if indexAction is not defined)... I guess 'action' is defaulting to 'index' somehow.
Of course, is still possible to use a Segment route:
The text was updated successfully, but these errors were encountered: