From: NjeriChelimo <martha.c.ch...@gmail.com> --- server/lib/cimi/models/address_create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/lib/cimi/models/address_create.rb b/server/lib/cimi/models/address_create.rb index a20613f..cf321ce 100644 --- a/server/lib/cimi/models/address_create.rb +++ b/server/lib/cimi/models/address_create.rb @@ -21,7 +21,7 @@ class CIMI::Model::AddressCreate < CIMI::Model::Base validate! if address_template.href? - template = address_template.find(ctx) + template = address_template.find(context) end params = { -- 1.7.9.5