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