app/models/georgia/ui_section.rb in georgia-0.7.8 vs app/models/georgia/ui_section.rb in georgia-0.8.0
- old
+ new
@@ -1,12 +1,12 @@
module Georgia
class UiSection < ActiveRecord::Base
- attr_accessible :name
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
\ No newline at end of file