mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-22 08:17:52 -05:00
7 lines
97 B
Ruby
7 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
class BaseResource < JSONAPI::Resource
|
|
immutable
|
|
abstract
|
|
end
|