ontohub/indexer

View on GitHub
app/controllers/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
 
# This class needs to exist in order for the console to run.
class ApplicationController < ActionController::API
end