diff --git a/README.md b/README.md index 3ad94dd..4ec9eb8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FlattenRecord [![Code Climate](https://codeclimate.com/github/alvinsj/flatten_record.png)](https://codeclimate.com/github/alvinsj/flatten_record) [![Build Status](https://travis-ci.org/alvinsj/flatten_record.png?branch=master)](https://travis-ci.org/alvinsj/flatten_record) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alvinsj/flatten_record?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + An ActiveRecord plugin that helps to denormalize your existing ActiveRecord models. It provides an easier way to denormalize/flatten normalized records, and generation the table schema.