Sorcery/sorcery

View on GitHub
lib/sorcery/model/submodules/user_activation.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

        def self.included(base)
          base.sorcery_config.class_eval do
            # The attribute name to hold activation state (active/pending).
            attr_accessor :activation_state_attribute_name
            # The attribute name to hold activation code (sent by email).
Severity: Minor
Found in lib/sorcery/model/submodules/user_activation.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status