Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ViditChitkara committed Feb 2, 2018
1 parent e58dc94 commit eba4a71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def up
DrupalUser.all.each do |du|
user = du.user
user.status = du.status
user.save({})
user.save({})
end
end

Expand Down

0 comments on commit eba4a71

Please sign in to comment.