Sha256: 726ab525fe30214fe028bc7a71dc7d20c02df9ed545a4d7c6be79b35e4136c2a
Contents?: true
Size: 309 Bytes
Versions: 48
Compression:
Stored size: 309 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] do |config| config.reserved_words&.concat(%w[update_all contacts]) end end end
Version data entries
48 entries across 48 versions & 1 rubygems