hovancik/BSDSec

View on GitHub
app/controllers/articles_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

ArticlesController has no descriptive comment
Open

class ArticlesController < ApplicationController
Severity: Minor
Found in app/controllers/articles_controller.rb by reek

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

@articles = Article.all.order("created_at desc").page(params[:page])

Missing frozen string literal comment.
Open

class ArticlesController < ApplicationController

Missing top-level documentation comment for class ArticlesController.
Open

class ArticlesController < ApplicationController
Category
Status