removed method that was not required anymore

This commit is contained in:
Saurabh Bhatia 2014-07-01 15:19:08 +08:00
parent 9b6e967787
commit 4cfa591260
1 changed files with 0 additions and 6 deletions

View File

@ -109,10 +109,4 @@ class JournalPaper
end
end
def clean_checkboxs
self.tagged_ids.delete('')
self.journal_paper_author_type_ids.delete('')
self.journal_level_ids.delete('')
end
end