Pushed in commit 648c1f5e004bcaa93a1ec6333c61bdb089023dd9. Regards, Dies Koper
> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Friday, 1 February 2013 4:08 AM > To: [email protected] > Cc: Koper, Dies > Subject: Re: [PATCH] cimi: fixed typo address_teplates -> address_templates > > ACK - nice catch > > On 31/01/13 07:46, [email protected] wrote: > > From: Dies Koper <[email protected]> > > > > --- > > server/lib/cimi/models/address_template.rb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/server/lib/cimi/models/address_template.rb > b/server/lib/cimi/models/address_template.rb > > index 41d86f6..d081567 100644 > > --- a/server/lib/cimi/models/address_template.rb > > +++ b/server/lib/cimi/models/address_template.rb > > @@ -42,7 +42,7 @@ class CIMI::Model::AddressTemplate < > CIMI::Model::Base > > if context.driver.respond_to? :address_templates > > context.driver.address_templates(context.credentials, {:env=>context}) > > else > > - current_db.address_teplates.map { |t| from_db(t, context) } > > + current_db.address_templates.map { |t| from_db(t, context) } > > end > > else > > if context.driver.respond_to? :address_template > > >
