Cross Reference: theorems_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
api
/
v1
/
theorems_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
theorems_controller.rb revision 0c8dc1f7204f00ba5c866b113c6b5fc22ca7da8d
1281
N/A
class
Api
::
V1
::
TheoremsController
<
Api
::
V1
::
Base
0
N/A
inherit_resources
0
N/A
belongs_to
:
ontology
0
N/A
1281
N/A
actions
:
index
, :
show
0
N/A
0
N/A
def
index
0
N/A
super
do
|
format
|
0
N/A
format.json
do
0
N/A
render
json
:
collection
,
0
N/A
each_serializer
:
TheoremSerializer
::
Reference
0
N/A
end
0
N/A
end
0
N/A
end
0
N/A
end
0
N/A