Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Climate Badge #5

Merged
merged 1 commit into from
Jul 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ActiveModelWarnings
[![Gem Version](https://badge.fury.io/rb/active_model_warnings.svg)](http://badge.fury.io/rb/active_model_warnings)
[![Build Status](https://travis-ci.org/babasbot/active_model_warnings.svg)](https://travis-ci.org/babasbot/active_model_warnings)
[![Coverage Status](https://coveralls.io/repos/babasbot/active_model_warnings/badge.svg?branch=master&service=github)](https://coveralls.io/github/babasbot/active_model_warnings?branch=master)
[![Gem Version](https://badge.fury.io/rb/active_model_warnings.svg)](http://badge.fury.io/rb/active_model_warnings)
[![Code Climate](https://codeclimate.com/github/babasbot/active_model_warnings/badges/gpa.svg)](https://codeclimate.com/github/babasbot/active_model_warnings)

Compliant validtions for ActiveModel. This is useful when you want to define optional validations for a resource and keep it valid.

Expand Down