We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dbe3c commit 0cc61c0Copy full SHA for 0cc61c0
1 file changed
app/controllers/admin/urn_lists_controller.rb
@@ -15,9 +15,8 @@ def create
15
if @urn_list.save
16
UrnListImporterJob.perform_later(@urn_list)
17
18
- return redirect_to admin_urn_lists_path
+ redirect_to admin_urn_lists_path
19
end
20
-
21
rescue ActionController::ParameterMissing
22
redirect_to new_admin_urn_list_path, alert: 'Please choose a file to upload'
23
0 commit comments