Sha256: aa5d18edff4f30621c6fa8b37bcacf7d53c133e2ea680d2106ae642e6a7ef45e
Contents?: true
Size: 264 Bytes
Versions: 6
Compression:
Stored size: 264 Bytes
Contents
class NavigationItem < ActiveRecord::Base 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
6 entries across 6 versions & 1 rubygems