Skip to content

Commit

Permalink
Merge pull request #11 from orlando/master
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
Luis Alfredo Lorenzo committed Aug 11, 2015
2 parents fb49803 + b302111 commit b38e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![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)
[![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.
Compliant validations for ActiveModel. This is useful when you want to define optional validations for a resource and keep it valid.

Adds `compliant?` and `warnings` methods to `ActiveModel::Validations` that are similar to `valid?` and `errors` but for warnings.

Expand Down

0 comments on commit b38e98f

Please sign in to comment.