Skip to content

Instantly share code, notes, and snippets.

@a-x-
Created November 8, 2017 15:43
Show Gist options
  • Save a-x-/083a39489000ba205d9c99a3363cfe84 to your computer and use it in GitHub Desktop.
Save a-x-/083a39489000ba205d9c99a3363cfe84 to your computer and use it in GitHub Desktop.
def render_intent
return json: { error: :no_intent }, status: :unprocessable_entity unless intent
render "admin/actions/document_checks/#{intent}/show"
rescue StandardError => e
render json: { exception: e.message }, status: :unprocessable_entity
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment