We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0e2c8 commit d8fd038Copy full SHA for d8fd038
app/models/better_together/user.rb
@@ -43,13 +43,6 @@ def person
43
super.present? ? super : build_person
44
end
45
46
- # def person= arg
47
- # build_person_identification(
48
- # agent: self,
49
- # identity: arg
50
- # )&.identity
51
- # end
52
-
53
# Define person_attributes= method
54
def person_attributes=(attributes)
55
# Check if a Person object already exists
0 commit comments