I have a couple controllers that don't use all the resource methods, for example the way I do my cruds I only use one vue file and the index, store, update, and destroy methods in the controller. What should I do with the other ones (create, edit, show) should I remove the entire method or just put a redirect in it in case someone gets curious with the routes?