Commit ef7f793d authored by James Lopez's avatar James Lopez

fix silly typo

parent 1074980a
...@@ -56,6 +56,8 @@ module Projects ...@@ -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}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment