Method: Mdm::Module::Detail#actions
- Defined in:
- app/models/mdm/module/detail.rb
#actions ⇒ ActiveRecord::Relation<Mdm::Module::Action>
Auxiliary actions to perform when this running this module.
54 |
# File 'app/models/mdm/module/detail.rb', line 54 has_many :actions, :class_name => 'Mdm::Module::Action', :dependent => :destroy |