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