Add alert model

This commit is contained in:
2025-10-08 00:07:36 -07:00
parent 7c6936b9c2
commit 6b5d069729
4 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe Alert, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end