fiedl/your_platform

View on GitHub
app/models/concerns/group_list_exports.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method list_export_by_preset has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def list_export_by_preset(preset, options = {})
    case preset.to_s
    when 'name_list', '', nil
      self.export_name_list(options)
    when 'address_list'
Severity: Minor
Found in app/models/concerns/group_list_exports.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status