railsbridge / docs

Curriculum for RailsBridge workshops
docs.railsbridge.org
Other
3.41k stars 454 forks source link

update_arribute on Update job listings doesn't work #678

Open mohrjuliane opened 2 years ago

mohrjuliane commented 2 years ago

Hello! it seems that the update_attributes function doesn't exists because it throws an error when trying to update a job with the edit-form.

pcai commented 10 months ago

what rails version? maybe it should be update because of this change in rails 6.1? https://github.com/rails/rails/pull/8705