fix silly typo

This commit is contained in:
James Lopez 2016-05-12 10:12:29 +02:00
parent 1074980abb
commit ef7f793dc4

View file

@ -56,6 +56,8 @@ module Projects
after_create_actions if @project.persisted?
@project.add_import_job if @project.import?
@project
rescue => e
message = "Unable to save project: #{e.message}"