ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/ems_network_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
C
75%
module EmsNetworkHelper
  include TextualSummary

  def edit_redirect_path(lastaction, ems)
    lastaction == 'show_list' ? ems_networks_path : ems_network_path(ems)
  end
end