Sha256: 95486883283110d996302b61e4ddb73f56db743fab5fab38bc91d7cf2b9d190a
Contents?: true
Size: 302 Bytes
Versions: 6
Compression:
Stored size: 302 Bytes
Contents
module Api module V1 class BaseController < ApplicationController include InfinumJsonApiSetup::JsonApi::ErrorHandling include InfinumJsonApiSetup::JsonApi::ContentNegotiation self.responder = InfinumJsonApiSetup::JsonApi::Responder respond_to :json_api end end end
Version data entries
6 entries across 6 versions & 1 rubygems