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
The verify_url method of the pid.rb object was not updated to reflect changes made to the ORM mappings between pid.rb and invalid_url.rb. The relationship of the foreign key between the two entities was changed. The old structure had the invalid_url on pid as a foreign key relationship. This was updated so that the invalid_url now has a pid_id foreign key.
The verify_url method of the pid.rb object was not updated to reflect changes made to the ORM mappings between pid.rb and invalid_url.rb. The relationship of the foreign key between the two entities was changed. The old structure had the invalid_url on pid as a foreign key relationship. This was updated so that the invalid_url now has a pid_id foreign key.
The offending code is:
It should probably be updated to:
The text was updated successfully, but these errors were encountered: