removed dependent from journal file

This commit is contained in:
Harry Bomrah 2014-11-26 19:49:47 +08:00
parent 8c59b6929f
commit ce025b855e
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ class JournalPaperFile
field :should_destroy, type: Boolean
mount_uploader :journal_file, AssetUploader
belongs_to :journal_paper, dependent: :destroy
belongs_to :journal_paper
end