Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed May 24, 2024
1 parent 52cd284 commit 13110f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/works_wizard_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def readme_file_param
patch_params[:readme_file]
end

def rescue_aasm_error_dis
def rescue_aasm_error
super
rescue StandardError => generic_error
redirect_to root_url, notice: "We apologize, an error was encountered: #{generic_error.message}. Please contact the PDC Describe administrators."
Expand Down

0 comments on commit 13110f1

Please sign in to comment.