Method: Mdm::Module::Detail#platforms
- Defined in:
- app/models/mdm/module/detail.rb
#platforms ⇒ ActiveRecord::Relation<Mdm::Module::Platform>
Platforms supported by this module.
99 |
# File 'app/models/mdm/module/detail.rb', line 99 has_many :platforms, :class_name => 'Mdm::Module::Platform', :dependent => :destroy |