Cross Reference: logics_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
api
/
v1
/
logics_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1516
N/A
class
Api
::
V1
::
LogicsController
<
Api
::
V1
::
Base
838
N/A
inherit_resources
838
N/A
defaults
finder
: :
find_by_slug
!
838
N/A
838
N/A
actions
:
show
838
N/A
respond_to
:
xml
, :
rdf
,
only
: %i
(
show
)
838
N/A
838
N/A
def
show
838
N/A
super
do
|
format
|
838
N/A
format.xml
do
838
N/A
render
:
show
,
content_type
:
'
application
/
rdf
+xml'
838
N/A
end
838
N/A
format.rdf
do
838
N/A
render
'
show.xml
'
,
content_type
:
'
application
/
rdf
+xml'
838
N/A
end
838
N/A
end
838
N/A
end
838
N/A
end
838
N/A