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
I´m logged with admin acoount, and when I do the upload using the example exercise in localhost, the code-workout return with the error "undefined method".
This is a bug with the (unsupported) route you are using. Try using the https://localhost:9292/gym/exercises/new route, which is connected to the "Create New" button at the top of the Gym->Exercises page to see if that works instead.
...
undefined method `[]' for nil:NilClass
Extracted source (around line #354):
end
...
On upload the exemple exercise and anothers exercices in http://localhost:9292/gym/exercises/upload, returns the error above.
The text was updated successfully, but these errors were encountered: