Closed MisterMartin closed 6 years ago
Simple fix for this one. I rejiggered the routes file to be more inline with rails conventions and missed this helper method. Should be import_configuration_profiles_path
rather than profiles_import_configuration_path
. You can fix this one if you want, but I'm going to go through everything with _path
and _url
and verify I didn't miss any others.
I'm guessing you know about this, but just in case, you can always run rake routes
and grep for the model of interest to see what the helpers are for each controller action.
Fixed in b580b5f. I'm pushing a new user_auth docker image right now.