Skip to content

Commit c70fab2

Browse files
committed
Add necessary todo with bug
1 parent d733953 commit c70fab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/web/controllers/vacancies/create.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def call(params)
1818
case result
1919
when Success
2020
redirect_to routes.root_path
21+
# TODO: log and trigger rollbar in this case. Also, show new page again
22+
#
2123
# when Failure
2224
# redirect_to routes.project_path(params[:environment][:project_id])
2325
end

0 commit comments

Comments
 (0)