mezis/fuzzily

View on GitHub
lib/fuzzily/migration.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def self.extended(by)
      by.singleton_class.class_eval do
        def trigrams_table_name=(custom_name)
          @trigrams_table_name = custom_name
        end
Severity: Minor
Found in lib/fuzzily/migration.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status