Merge pull request #930 from opf/fix/500_on_reported_status_reassign_3798

Fixed typo leading to 500, skipped test as essentially testing one
pull/936/head
Martin Linkhorst 11 years ago
commit 279e6328d9
  1. 2
      app/models/reported_project_status.rb

@ -46,6 +46,6 @@ class ReportedProjectStatus < Enumeration
end
def transfer_relations(to)
reportings.update.all(:reported_project_status_id => to.id)
reportings.update_all(:reported_project_status_id => to.id)
end
end

Loading…
Cancel
Save