Cross Reference: proof_status_serializer.rb
xref
: /
ontohub
/
app
/
serializers
/
proof_status_serializer.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
proof_status_serializer.rb revision 13fc9a105393bc799a26cdba6f7e759435e3ec23
class
ProofStatusSerializer
<
ApplicationSerializer
class
Reference
<
ApplicationSerializer
attributes
:
iri
,
:
identifier
,
:
name
def
iri
url_for
(
object
)
end
end
attributes
:
iri
,
:
identifier
,
:
name
,
:
description
def
iri
Reference.new
(
object
)
.
iri
end
end