7 lines
76 B
Ruby
7 lines
76 B
Ruby
class Friend < Person
|
|
|
|
key :active, Boolean, :default => false
|
|
|
|
|
|
|
|
end
|