anicholson/kiva_snapshot

View on GitHub
routes/api.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method registered has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.registered(app)
      app.namespace '/api' do
        before do
          halt(404) unless logged_in?
        end
Severity: Minor
Found in routes/api.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status