Growstuff/growstuff

View on GitHub
app/controllers/api/v1/crops_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Api
  module V1
    class CropsController < BaseController
    end
  end
end