joseramonc/adminpanel

View on GitHub
app/helpers/adminpanel/shared_pages_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method field_value has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def field_value(attr_type, attribute, object)
      case attr_type
      when 'select'
        belong_to_object_name(object, attribute.gsub('_id', ''))
      when 'checkbox'
Severity: Minor
Found in app/helpers/adminpanel/shared_pages_helper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status