aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/notification.rb
blob: 3f8728af5e027ecbc1cbf0e137fb5a46e7eb39cd (plain) (tree)
1
2
3
4
5

                             
                                       
                                
   
# frozen_string_literal: true

class Notification < ActiveRecord::Base
  validates_presence_of :message
end