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