From 0e768f5b410f416a6fde24ef617733b2b74eefb9 Mon Sep 17 00:00:00 2001 From: Andrey Korobkov Date: Sun, 3 Jan 2016 20:35:17 +0300 Subject: [PATCH] =?UTF-8?q?Added=20badge=20for=20=C2=ABInline=20docs=C2=BB?= =?UTF-8?q?=20service=20(https://inch-ci.org/)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51bcc80b2e..e008a90ee1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Overview [![Test Coverage](https://codeclimate.com/github/activescaffold/active_scaffold/badges/coverage.svg)](https://codeclimate.com/github/activescaffold/active_scaffold) [![Dependency Status](https://gemnasium.com/activescaffold/active_scaffold.svg)](https://gemnasium.com/activescaffold/active_scaffold) [![Gem Version](https://badge.fury.io/rb/active_scaffold.svg)](https://badge.fury.io/rb/active_scaffold) +[![Inline docs](https://inch-ci.org/github/activescaffold/active_scaffold.svg?branch=master)](https://inch-ci.org/github/activescaffold/active_scaffold) ActiveScaffold provides a quick and powerful user interfaces for CRUD (create, read, update, delete) operations for Rails applications. It offers additonal features including searching, pagination & layout control. Rails 3.2 and 4.x are supported, ruby >= 1.9 required. For rails 4 is recommended >= 4.0.5.