Sha256: b12c21ec72b913c261d11b2d3d7232e14d3fbbb89d9634687234085ed6452a82
Contents?: true
Size: 263 Bytes
Versions: 66
Compression:
Stored size: 263 Bytes
Contents
class NavigationItem < ApplicationRecord include Concerns::Sortable sortable scope: :navigation_id include Concerns::Translatable translatable_fields :label, :path belongs_to :navigation belongs_to :page validates :navigation, presence: true end
Version data entries
66 entries across 66 versions & 1 rubygems