Arie/serveme

View on GitHub
app/controllers/reservations_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class ReservationsController < ApplicationController
  before_action :require_admin, only: %i[streaming]
  skip_before_action :redirect_if_country_banned, only: :played_in
  skip_before_action :authenticate_user!, only: %i[motd]
  skip_before_action :store_current_location, only: %i[extend_reservation destroy]
Severity: Minor
Found in app/controllers/reservations_controller.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status