6 lines
124 B
Ruby
6 lines
124 B
Ruby
|
|
class SerializableContractTemplateList < JSONAPI::Serializable::Resource
|
||
|
|
type 'contract_template'
|
||
|
|
attributes :name
|
||
|
|
end
|
||
|
|
|