Skip to content

Instantly share code, notes, and snippets.

@Bajena
Created January 27, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bajena/e9fb845a6ffad74fc7346f8122c9230d to your computer and use it in GitHub Desktop.
Save Bajena/e9fb845a6ffad74fc7346f8122c9230d to your computer and use it in GitHub Desktop.
class BaseSerializer < ActiveModel::Serializer
include AmsLazyRelationships::Core
end
class PostSerializer < BaseSerializer
attributes :id, :title
lazy_belongs_to :user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment