AyuntamientoMadrid/participacion

View on GitHub
app/models/web_section.rb

Summary

Maintainability
A
0 mins
Test Coverage
class WebSection < ApplicationRecord
  has_many :sections
  has_many :banners, through: :sections
  has_one :header, class_name: "Widget::Card", as: :cardable, dependent: :destroy
end