railsadminteam/rails_admin

View on GitHub
lib/rails_admin/adapters/mongoid/property.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method type has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def type
          case property.type.to_s
          when 'Array', 'Hash', 'Money'
            :serialized
          when 'BigDecimal'
Severity: Minor
Found in lib/rails_admin/adapters/mongoid/property.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status