module JSONAPI::Serializer

Constants

VERSION

Public Class Methods

included(base) click to toggle source

TODO: Move and cleanup the old implementation…

# File lib/jsonapi/serializer.rb, line 6
def self.included(base)
  base.class_eval do
    include FastJsonapi::ObjectSerializer
  end
end