Sha256: c071e0437caecbd731448579d609767189d37f5234a5285104741863d2982cdc
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
module Georgia class UiSection < ActiveRecord::Base has_many :ui_associations, dependent: :destroy has_many :widgets, through: :ui_associations has_many :revisions, through: :ui_associations has_many :pages, through: :revisions validates :name, presence: true, uniqueness: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/models/georgia/ui_section.rb |