Sha256: 5120174f85fa978aa6fdc4903a836c642131a3937fb676b7c5da408da20d86fb
Contents?: true
Size: 204 Bytes
Versions: 16
Compression:
Stored size: 204 Bytes
Contents
module Landable class DirectorySerializer < ActiveModel::Serializer attributes :id, :path has_many :subdirectories, embed: :ids, embed_key: :path has_many :pages, embed: :ids end end
Version data entries
16 entries across 16 versions & 1 rubygems