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
|
end
|
||||||
|
|
||||||
@project
|
@project
|
||||||
#rescue => ex
|
rescue => ex
|
||||||
#@project.errors.add(:base, "Can't save project. Please try again later")
|
@project.errors.add(:base, "Can't save project. Please try again later")
|
||||||
@project
|
@project
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue