ActiveRecord::Base
Table name: notification_statuses
id :integer not null, primary key user_id :integer resource_id :integer resource_type :string(255) sent_at :datetime notification_type :string(255) created_at :datetime updated_at :datetime