Skip to content
Snippets Groups Projects
Commit 644f8819 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

restore handling exception for project creation

parent d138b3de
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -49,8 +49,8 @@ module Projects
end
 
@project
#rescue => ex
#@project.errors.add(:base, "Can't save project. Please try again later")
rescue => ex
@project.errors.add(:base, "Can't save project. Please try again later")
@project
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment