4 lines
70 B
Ruby
4 lines
70 B
Ruby
|
class ProjectDrop < BaseDrop
|
||
|
allowed_methods :name, :identifier
|
||
|
end
|