scottohara/loot

View on GitHub
app/models/split_transaction.rb

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Method children has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def children
        # Get the child transactions
        transactions =
            ::TransactionSplit
            .select(
Severity: Minor
Found in app/models/split_transaction.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status