consul/consul

View on GitHub
app/lib/acts_as_paranoid_aliases.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method included has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.included(base)
    base.extend(ClassMethods)
    class_eval do
      def hide
        return false if hidden?
Severity: Minor
Found in app/lib/acts_as_paranoid_aliases.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status