From e30f2ca4b048ac2f9e314ffd986d1a047ea938ad Mon Sep 17 00:00:00 2001 From: Adan Alvarado Date: Mon, 9 Oct 2017 09:54:01 -0700 Subject: [PATCH] Add code climate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67b6711..7f96760 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # QuickClone [![Build Status](https://travis-ci.org/d3sw/quick_clone.svg?branch=master)](https://travis-ci.org/d3sw/quick_clone) [![Coverage Status](https://coveralls.io/repos/github/d3sw/quick_clone/badge.svg?branch=master)](https://coveralls.io/github/d3sw/quick_clone?branch=master) +[![Code Climate](https://codeclimate.com/github/d3sw/quick_clone/badges/gpa.svg)](https://codeclimate.com/github/d3sw/quick_clone) Quickly clone an ActiveRecord object by providing a filter of attributes names.