mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-30 13:07:49 -05:00
9 lines
115 B
Ruby
9 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Api
|
|
module V1
|
|
class CropsController < BaseController
|
|
end
|
|
end
|
|
end
|