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