mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-31 20:51:02 -05:00
7 lines
87 B
Ruby
7 lines
87 B
Ruby
module Api
|
|
module V1
|
|
class HarvestsController < BaseController
|
|
end
|
|
end
|
|
end
|