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