mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-31 12:40:59 -05:00
7 lines
84 B
Ruby
7 lines
84 B
Ruby
module Api
|
|
module V1
|
|
class CropsController < BaseController
|
|
end
|
|
end
|
|
end
|