lib/magellan/cli/resources/organization.rb in magellan-cli-0.2.2 vs lib/magellan/cli/resources/organization.rb in magellan-cli-0.2.3
- old
+ new
@@ -14,10 +14,10 @@
params = {
parameter_name => {
"name" => name,
}
}
- post_json("/admin/#{self.resource_name}/new.js", params)
+ post_json("/admin/#{self.resource_name}/new.json", params)
end
end
end
end