restore handling exception for project creation
This commit is contained in:
parent
d138b3de4b
commit
644f8819af
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue