Skip to content

Commit

Permalink
fix redirect after ai start post
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Oct 9, 2024
1 parent d20b654 commit 5528eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/metais/projects_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def run_ai_extraction
@project = Metais::Project.find(params[:id])
Metais::ProjectDataExtractionJob.perform_later(@project.uuid)

redirect_to admin_metais_project_path @project, notice: 'Projekt bol zaradený na spracovanie.'
redirect_to admin_metais_projects_path, notice: 'Projekt bol zaradený na spracovanie.'
end
end

0 comments on commit 5528eb2

Please sign in to comment.