rubycentral/cfp-app

View on GitHub
app/decorators/website_decorator.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class WebsiteDecorator has 43 methods (exceeds 20 allowed). Consider refactoring.
Open

class WebsiteDecorator < ApplicationDecorator
  delegate_all
  delegate :title, :author, :description, to: :meta_data

  DEFAULT_LINKS = {
Severity: Minor
Found in app/decorators/website_decorator.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status