Module: InterfacesHelper
- Defined in:
- app/helpers/interfaces_helper.rb
Instance Method Summary collapse
Instance Method Details
#interfaces_types ⇒ Object
2 3 4 5 6 |
# File 'app/helpers/interfaces_helper.rb', line 2 def interfaces_types @types ||= Nic::Base.allowed_types.collect do |nic_type| [_(nic_type.humanized_name), nic_type] end end |