18F/micropurchase

View on GitHub
app/view_models/admin/auction_show_view_model.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class AuctionShowViewModel has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

class Admin::AuctionShowViewModel < Admin::BaseViewModel
  attr_reader :auction, :current_user

  def initialize(auction:, current_user:)
    @auction = auction
Severity: Minor
Found in app/view_models/admin/auction_show_view_model.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status