Sha256: 52a4449c6e791280819a759beefa60f9aab27c6cd67e635aeefc50ad769fe475
Contents?: true
Size: 300 Bytes
Versions: 15
Compression:
Stored size: 300 Bytes
Contents
module Notifiable class Notification < ActiveRecord::Base serialize :params has_many :notification_statuses, :class_name => 'Notifiable::NotificationStatus', :dependent => :destroy belongs_to :app, :class_name => 'Notifiable::App' validates_presence_of :app end end
Version data entries
15 entries across 15 versions & 1 rubygems