Cross Reference: commentable.rb
xref
: /
ontohub
/
lib
/
commentable.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
module
Commentable
extend
ActiveSupport
::
Concern
included
do
has_many
:
comments
,
:
as
=> :
commentable
,
:
dependent
=> :
delete_all
end
end