aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/notification.rb
blob: 82edc64b683d9b134a8c965bf0c2377092dcee9f (plain) (blame)
1
2
3
class Notification < ActiveRecord::Base
  validates_presence_of :message
end