Method: Mdm::Module::Detail#targets

Defined in:
app/models/mdm/module/detail.rb

#targetsActiveRecord::Relation<Mdm::Module::Target>

Names of targets with different configurations that can be exploited by this module.

Returns:



111
# File 'app/models/mdm/module/detail.rb', line 111

has_many :targets,   :class_name => 'Mdm::Module::Target',   :dependent => :destroy