Cross Reference: symbols_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
api
/
v1
/
symbols_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
symbols_controller.rb revision 2c00294d0cba0ae6202af276bf19adcfc8ae31da
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650
takashi
class
Api
::
V1
::
SymbolsController
<
Api
::
V1
::
Base
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650
takashi
inherit_resources
8a5db6a3d29e28627bf8a6d6f7066e840da6bdf2
jsl
defaults
resource_class
:
OntologyMember
::
Symbol
8a5db6a3d29e28627bf8a6d6f7066e840da6bdf2
jsl
belongs_to
:
ontology
8a5db6a3d29e28627bf8a6d6f7066e840da6bdf2
jsl
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779f
nilgun
actions
:
index
, :
show
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779f
nilgun
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779f
nilgun
def
index
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779f
nilgun
super
do
|
format
|
format.json
do
render
json
:
collection
,
each_serializer
:
OntologyMember
::
SymbolSerializer
::
Reference
end
end
end
end