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