app-mgr 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/app-mgr.rb +1 -1
- metadata +1 -1
data/lib/app-mgr.rb
CHANGED
@@ -105,7 +105,7 @@ class AppMgr
|
|
105
105
|
method = node_method.attributes.get_attribute('name').to_s
|
106
106
|
params = node_method.elements['params'].to_s
|
107
107
|
|
108
|
-
method_out, @content_type =
|
108
|
+
method_out, @content_type = self.execute(project_name, method, params)
|
109
109
|
method_out
|
110
110
|
end
|
111
111
|
|