AlchemyCMS/alchemy_cms

View on GitHub
lib/alchemy/resource.rb

Summary

Maintainability
B
4 hrs
Test Coverage
A
100%

Class Resource has 33 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Resource
    attr_accessor :resource_relations, :model_associations
    attr_reader :model

    DEFAULT_SKIPPED_ATTRIBUTES = %w[id created_at creator_id]
Severity: Minor
Found in lib/alchemy/resource.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status