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