fix silly typo
This commit is contained in:
parent
1074980abb
commit
ef7f793dc4
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ module Projects
|
||||||
|
|
||||||
after_create_actions if @project.persisted?
|
after_create_actions if @project.persisted?
|
||||||
|
|
||||||
|
@project.add_import_job if @project.import?
|
||||||
|
|
||||||
@project
|
@project
|
||||||
rescue => e
|
rescue => e
|
||||||
message = "Unable to save project: #{e.message}"
|
message = "Unable to save project: #{e.message}"
|
||||||
|
|
Loading…
Reference in a new issue