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