This commit is contained in:
Toks
2013-08-09 18:37:09 -04:00
parent 82b391990d
commit a7a8ade98e

View File

@@ -973,7 +973,7 @@ class Post < ActiveRecord::Base
end
def copy_notes_to(other_post)
notes.each do |note|
notes.active.each do |note|
note.copy_to(other_post)
end
end