mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
TEMP
This commit is contained in:
parent
79ac8db0eb
commit
5da7019bd4
7 changed files with 3 additions and 70 deletions
|
@ -311,8 +311,8 @@ class Contact < ActiveRecord::Base
|
|||
def status_notes_array=(notes)
|
||||
self.status_notes = {}
|
||||
notes ||= []
|
||||
statuses.each_with_index do |status,i|
|
||||
self.status_notes[status] = notes[i]
|
||||
statuses.each_with_index do |status, i|
|
||||
status_notes[status] = notes[i]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue