dcadenas/state_pattern

View on GitHub
lib/state_pattern/active_record.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def self.included(base)
      base.class_eval do
        include StatePattern

        after_initialize :set_state_from_db
Severity: Minor
Found in lib/state_pattern/active_record.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status