Files
growstuff/app/controllers/api/v1/plantings_controller.rb
2017-11-13 19:19:18 +13:00

7 lines
88 B
Ruby

module Api
module V1
class PlantingsController < BaseController
end
end
end