Skip to content

Resolve "[Rails5] wrong number of arguments (given 1, expected 0) in 20170324160416_migrate_user_activities_to_users_last_activity_on.rb"

What does this MR do?

In Rails 5.0 Arel::UpdateManager.new doesn't expect any parameters.

This MR makes the migrations not pass any parameters if on Rails 5.0.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

Migration to Rails 5.0.

Screenshots (if relevant)

No.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #47374 (closed)

Edited by Yorick Peterse

Merge request reports