AlchemyCMS/alchemy_cms

View on GitHub
app/models/alchemy/picture.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Class Picture has 22 methods (exceeds 20 allowed). Consider refactoring.
Invalid

  class Picture < BaseRecord
    THUMBNAIL_SIZES = {
      small: "80x60",
      medium: "160x120",
      large: "240x180"
Severity: Minor
Found in app/models/alchemy/picture.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status