earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

Import config fails for user_auth version #444

Closed MisterMartin closed 6 years ago

MisterMartin commented 6 years ago
zastruga commented 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.

zastruga commented 6 years ago

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.

MisterMartin commented 6 years ago

Fixed in b580b5f. I'm pushing a new user_auth docker image right now.