BathHacked/energy-sparks

View on GitHub
app/controllers/schools/charts_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
90%

Method render_json has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def render_json
    @chart_type ||= begin
      params.require(:chart_type).to_sym
    rescue => error
      render json: { error: error, status: 400 }.to_json and return
Severity: Minor
Found in app/controllers/schools/charts_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status