Sha256: af6a78f59be278f464dc50e456c1bc7128f0648f73e407fefcaae764b15ceea7
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # About pages class AboutPage < Spotlight::Page extend FriendlyId friendly_id :title, use: %i[slugged scoped finders history], scope: %i[exhibit locale] end end
Version data entries
7 entries across 7 versions & 1 rubygems