Skip to content

Commit d8fd038

Browse files
committed
cleans up commented code
1 parent ce0e2c8 commit d8fd038

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/models/better_together/user.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ def person
4343
super.present? ? super : build_person
4444
end
4545

46-
# def person= arg
47-
# build_person_identification(
48-
# agent: self,
49-
# identity: arg
50-
# )&.identity
51-
# end
52-
5346
# Define person_attributes= method
5447
def person_attributes=(attributes)
5548
# Check if a Person object already exists

0 commit comments

Comments
 (0)