vincenttian/61A-Lab-Assistant

View on GitHub
app/controllers/lab_times_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def create
      @lt = LabTime.new(lt_params)
      days_of_week = {
        "Monday" => Date.new(2000, 1, 3),
        "Tuesday" => Date.new(2000, 1, 4),
Severity: Minor
Found in app/controllers/lab_times_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status