6 lines
81 B
Ruby
6 lines
81 B
Ruby
|
class TrustLevelSerializer < ApplicationSerializer
|
||
|
|
||
|
attributes :id, :name
|
||
|
|
||
|
end
|