Sha256: de180af0c226d6be7d13c59f22b0cf93f899cc6dd1295d0c7ebf7bcc2771cd50
Contents?: true
Size: 272 Bytes
Versions: 77
Compression:
Stored size: 272 Bytes
Contents
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
77 entries across 77 versions & 1 rubygems