Skip to content

Commit 0cc61c0

Browse files
committed
rubocop
1 parent 46dbe3c commit 0cc61c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/controllers/admin/urn_lists_controller.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ def create
1515
if @urn_list.save
1616
UrnListImporterJob.perform_later(@urn_list)
1717

18-
return redirect_to admin_urn_lists_path
18+
redirect_to admin_urn_lists_path
1919
end
20-
2120
rescue ActionController::ParameterMissing
2221
redirect_to new_admin_urn_list_path, alert: 'Please choose a file to upload'
2322
end

0 commit comments

Comments
 (0)