Wednesday, July 15, 2026 12:54:07 AM
> notification.rb
# frozen_string_literal: true

class Notification < ApplicationRecord
  attribute :community_id, :integer
  attribute :notification_type, :string
  attribute :notification_title, :text
  attribute :notification_description, :text
  attribute :notification_color, :string
  attribute :notification_category, :string
  attribute :created_at, :datetime
  attribute :updated_at, :datetime

  belongs_to :community
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7