Skip to content

Commit

Permalink
Add note re:job
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Feb 20, 2024
1 parent 048877d commit 38f8b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ def legal_name_change
[old_legal_name, new_legal_name]
end

# TODO: Move this to an ActiveJob, once we get jobs going - AN 20240220
# This can be fairly expensive if the user has a lot of images
def update_image_copyright_holder
return unless legal_name_change

Expand Down

0 comments on commit 38f8b78

Please sign in to comment.