4 lines
59 B
Ruby
4 lines
59 B
Ruby
class PrincipalDrop < BaseDrop
|
|
allowed_methods :name
|
|
end
|
class PrincipalDrop < BaseDrop
|
|
allowed_methods :name
|
|
end
|