Skip to content

Commit

Permalink
chore(badge): add RubyGem version badge
Browse files Browse the repository at this point in the history
RubyGem version badge added to README
  • Loading branch information
mattfreer committed Aug 1, 2014
1 parent ce7520a commit 298c0a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Build Status](https://travis-ci.org/mattfreer/active_model_form_objects.png)](https://travis-ci.org/mattfreer/active_model_form_objects)
[![Coverage Status](https://coveralls.io/repos/mattfreer/active_model_form_objects/badge.png?branch=master)](https://coveralls.io/r/mattfreer/active_model_form_objects?branch=master)

[![Gem Version](https://badge.fury.io/rb/active_model_form_objects.svg)](http://badge.fury.io/rb/active_model_form_objects)

This Gem provides an `ActiveModel::FormObject` module that can be included into a PORO. Includes a Rails Generator for Form Objects.

Form Objects are used to encapsulate operations which are triggered by a form submission. They are particularly useful when multiple Models need to be updated by a single form submission. A common example would be a signup form that results in the creation of both a Company and a User.
Expand Down

0 comments on commit 298c0a9

Please sign in to comment.