Sha256: 58a0ec418e48df77926974c5da411b434af1248f57a47f801f8bff0565169d07
Contents?: true
Size: 494 Bytes
Versions: 69
Compression:
Stored size: 494 Bytes
Contents
module RocketCMS module Models module Mongoid module Page extend ActiveSupport::Concern included do field :regexp, type: String field :redirect, type: String field :content, type: String, localize: RocketCMS.config.localize field :fullpath, type: String has_and_belongs_to_many :menus, inverse_of: :pages acts_as_nested_set scope :sorted, -> { asc(:lft) } end end end end end
Version data entries
69 entries across 69 versions & 1 rubygems