Sha256: d56b1b5f7b1a406a9fa23ab3e531e1f729987e1b4628fce5c0c6438caba92aad
Contents?: true
Size: 303 Bytes
Versions: 7
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # Serialize the Spotlight::BlacklightConfiguration class MainNavigationRepresenter < Roar::Decorator include Roar::JSON (Spotlight::MainNavigation.attribute_names - %w[id exhibit_id]).each do |prop| property prop end end end
Version data entries
7 entries across 7 versions & 1 rubygems