imported announcements are now by default approved

This commit is contained in:
Harry Bomrah 2014-10-14 17:08:06 +08:00
parent 0507d9d856
commit d0781dea4a
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Admin::ImportController < OrbitAdminController
File.delete(file) File.delete(file)
end end
bulletin.approved = true
bulletin.save! bulletin.save!
end end