Add notification model

This commit is contained in:
Kevin McConnell
2025-01-09 15:53:31 +00:00
parent c84926692e
commit d0ae5b4bdc
6 changed files with 47 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class NotificationTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end