orientation/orientation

View on GitHub
app/controllers/articles_controller.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class ArticlesController has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

class ArticlesController < ApplicationController
  before_action :find_article_by_params, only: [
    :show,
    :edit,
    :update,
Severity: Minor
Found in app/controllers/articles_controller.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status