Sha256: b1fc669f926112d1c342def6d0adc726590238f0a60713604c2aa12860294885
Contents?: true
Size: 164 Bytes
Versions: 1
Compression:
Stored size: 164 Bytes
Contents
module Landable class AccessTokenSerializer < ActiveModel::Serializer attributes :id, :expires_at, :permissions has_one :author, embed: :object end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | app/serializers/landable/access_token_serializer.rb |