drhenner/ror_ecommerce

View on GitHub
app/models/order_item.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class OrderItem has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

class OrderItem < ApplicationRecord
  include AASM

  belongs_to :order
  belongs_to :shipping_rate
Severity: Minor
Found in app/models/order_item.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status