Cross Reference: comments_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
comments_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
comments_controller.rb revision 27b16eafd5d2781a6a50dde4247abe24154d8d56
class
CommentsController
<
PolymorphicResource
::
Base
belongs_to
:
ontology
, :
polymorphic
=>
true
before_filter
:
content_kind
protected
def
content_kind
@
content_kind
= :
ontologies
end
end