This error message indicates that there is an undefined method being called in a controller file. Specifically, the method 'register?asd=1213()' is being called on the Login controller, but it does not exist.

To resolve this error, you should review the code in the Login controller file and ensure that the 'register' method is defined correctly. Additionally, it's possible that there is a typo or syntax error in the method call, so you should double-check that as well. Once you have corrected any issues, you should be able to run the code without encountering this error.

标签: 常规


原文地址: https://cveoy.top/t/topic/mKb4 著作权归作者所有。请勿转载和采集!