Sha256: 05af7876432fbddf8be8fdeead190463276e6f7f275204a02f842d3e95231f64
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true class Tramway::Page::Page < ::Tramway::Core::ApplicationRecord enumerize :page_type, in: [ :custom, :landing ], default: :custom scope :landings, -> { where page_type: :landing } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tramway-page-1.4 | app/models/tramway/page/page.rb |