You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/models/concerns/movable_to_website.rb
+5-17Lines changed: 5 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
moduleMovableToWebsite
2
2
extendActiveSupport::Concern
3
3
4
+
# NOTE: this method does not handle move across universities, as we currently don't have any use case for it.
5
+
# If we need to support it in the future, we will need to update the method to also update the university_id of the object and its associations, and handle potential conflicts (e.g. slug) that may arise from the move.
0 commit comments