Commit e5069c25f7466b7716509d25a8a7f17432a13779

Authored by Carlos Morais + Paulo Meirelles
Committed by Paulo Meireles
1 parent 353eafdd

Adding call to process a Project automatically

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