* fix path in admin gift card upload

This commit is contained in:
Seth Call 2015-11-13 10:48:39 -06:00
parent e8cb399692
commit efb4214e9a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ActiveAdmin.register_page "Giftcarduploads" do
gift_card.save!
end
redirect_to admin_giftcards_path, :notice => "Created #{array_of_arrays.length} gift cards!"
redirect_to admin_giftcarduploads_path, :notice => "Created #{array_of_arrays.length} gift cards!"
end
end