lib/atig/db/followings.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method update has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def update(users)
        @db.execute do|db|
          may_notify :join, users.select{|u|
            not exists?(db,
                        "screen_name = ?",
Severity: Minor
Found in lib/atig/db/followings.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status