Commit e5069c25f7466b7716509d25a8a7f17432a13779
Committed by
Paulo Meireles
1 parent
353eafdd
Exists in
master
and in
29 other branches
Adding call to process a Project automatically
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/mezuro/lib/mezuro_plugin/project_content.rb
@@ -23,6 +23,7 @@ class MezuroPlugin::ProjectContent < Article | @@ -23,6 +23,7 @@ class MezuroPlugin::ProjectContent < Article | ||
23 | 23 | ||
24 | def send_project_to_service | 24 | def send_project_to_service |
25 | Kalibro::Client::ProjectClient.new.save(project) | 25 | Kalibro::Client::ProjectClient.new.save(project) |
26 | + Kalibro::Client::KalibroClient.new.process_project(title) | ||
26 | end | 27 | end |
27 | 28 | ||
28 | def project | 29 | def project |