Cross Reference: proof_statuses_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
api
/
v1
/
proof_statuses_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class
Api
::
V1
::
ProofStatusesController
<
Api
::
V1
::
Base
inherit_resources
actions
:
index
, :
show
def
index
super
do
|
format
|
format.json
do
render
json
:
collection
,
each_serializer
:
ProofStatusSerializer
::
Reference
end
end
end
end