ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/ems_storage_helper.rb

Summary

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

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