mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Remove app-level association validation
This commit is contained in:
parent
a1fb0e2e61
commit
1183d06c09
2 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
class Notification < ActiveRecord::Base
|
||||
include Versions # version/notification_version.rb
|
||||
belongs_to :registrar, required: true
|
||||
belongs_to :registrar
|
||||
|
||||
scope :unread, -> { where(read: false) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue