0
0
Fork 0

Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API

Try to fix Travis CI setup
This commit is contained in:
Eugen Rochko 2017-02-05 19:18:11 +01:00
parent 77e13c2bc9
commit 920ba5fc4e
16 changed files with 186 additions and 69 deletions

View file

@ -1,7 +0,0 @@
# frozen_string_literal: true
class Device < ApplicationRecord
belongs_to :account
validates :account, :registration_id, presence: true
end