Cross Reference: associations_and_attributes.rb
xref
: /
ontohub
/
app
/
models
/
repository
/
associations_and_attributes.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
associations_and_attributes.rb revision 4e7975a0b641622d0e51ac45e727bc0a8cfdb0a2
module
Repository
::
AssociationsAndAttributes
extend
ActiveSupport
::
Concern
included
do
has_many
:
ontologies
,
dependent
: :
destroy
has_many
:
url_maps
,
dependent
: :
destroy
has_many
:
commits
,
dependent
: :
destroy
attr_accessible
:
name
,
:
description
,
:
source_type
,
:
source_address
,
:
remote_type
,
:
access
,
:
destroy_job_id
,
:
is_destroying
end
end