fixes #1928
This commit is contained in:
@@ -973,7 +973,7 @@ class Post < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def copy_notes_to(other_post)
|
def copy_notes_to(other_post)
|
||||||
notes.each do |note|
|
notes.active.each do |note|
|
||||||
note.copy_to(other_post)
|
note.copy_to(other_post)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user