6 lines
68 B
Ruby
6 lines
68 B
Ruby
|
|
class InboxDrop < BaseDrop
|
||
|
|
def name
|
||
|
|
@obj.try(:name)
|
||
|
|
end
|
||
|
|
end
|