#6195 - Bug report and patch submitted

Hi, I tried to submit my first patch, here :

https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6195-activeresource-clone-fails-when-the-resource-has-fixnum-or-boolean-attributes

While trying to fix another bug, I sumbled upon this one : in ActiveResource::Base, the clone method raises an error whenever an attribute of the cloned resource is not cloneable.

P. Lancien