mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-24 09:17:53 -05:00
8 lines
111 B
Ruby
8 lines
111 B
Ruby
module Api
|
|
module V1
|
|
class BaseController < JSONAPI::ResourceController
|
|
abstract
|
|
end
|
|
end
|
|
end
|