Cross Reference: code_referencable.rb
xref
: /
ontohub
/
lib
/
code_referencable.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
module
CodeReferencable
extend
ActiveSupport
::
Concern
included
do
has_one
:
code_reference
,
as
: :
referencee
,
dependent
: :
delete
end
end