Method: Mdm::Module::Detail#platforms

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

#platformsActiveRecord::Relation<Mdm::Module::Platform>

Platforms supported by this module.

Returns:



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

has_many :platforms, :class_name => 'Mdm::Module::Platform', :dependent => :destroy