Fixed Sync multiple redirect issue

This commit is contained in:
saurabhbhatia 2013-09-27 16:22:47 +08:00
parent 4b56866d23
commit db00b8c2b6
1 changed files with 0 additions and 6 deletions

View File

@ -396,12 +396,6 @@ class Admin::ImportDataController < OrbitBackendController
@journal_paper.create_user_id = @user.id
@journal_paper.save!
respond_to do |format|
format.html
format.json { render json: {"success"=>true}.to_json}
end
end
end