We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d733953 commit c70fab2Copy full SHA for c70fab2
apps/web/controllers/vacancies/create.rb
@@ -18,6 +18,8 @@ def call(params)
18
case result
19
when Success
20
redirect_to routes.root_path
21
+ # TODO: log and trigger rollbar in this case. Also, show new page again
22
+ #
23
# when Failure
24
# redirect_to routes.project_path(params[:environment][:project_id])
25
end
0 commit comments