Cross Reference: sentences_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
api
/
v1
/
sentences_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
sentences_controller.rb revision 2c00294d0cba0ae6202af276bf19adcfc8ae31da
class
Api
::
V1
::
SentencesController
<
Api
::
V1
::
Base
inherit_resources
belongs_to
:
ontology
actions
:
index
, :
show
def
index
super
do
|
format
|
format.json
do
render
json
:
collection
,
each_serializer
:
SentenceSerializer
::
Reference
end
end
end
end