mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-24 09:43:24 -04:00
7 lines
88 B
Ruby
7 lines
88 B
Ruby
module Api
|
|
module V1
|
|
class PlantingsController < BaseController
|
|
end
|
|
end
|
|
end
|