mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-29 12:12:57 -04:00
11 lines
232 B
Ruby
11 lines
232 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Api
|
|
module V1
|
|
# This controller is intentionally empty.
|
|
# The `jsonapi-resources` gem provides the necessary actions.
|
|
class ActivitiesController < BaseController
|
|
end
|
|
end
|
|
end
|