mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-01 05:57:50 -05:00
9 lines
118 B
Ruby
9 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Api
|
|
module V1
|
|
class HarvestsController < BaseController
|
|
end
|
|
end
|
|
end
|