Skip to content

Commit

Permalink
README badge travis
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Aug 4, 2019
1 parent d7c1666 commit 055a05a
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
@@ -1,5 +1,7 @@
# ARMS

[![Build Status](https://travis-ci.org/notEthan/arms.svg?branch=master)](https://travis-ci.org/notEthan/arms)

ARMS: Active Record Multiple Serialization. This is a library which extends the capabilities of ActiveRecord serialization, allowing you to chain together coders.

For a very simple example, we'll do a thing you can't easily do in ActiveRecord: get a hash with indifferent string/symbol access on the model (in this case for a column named `preferences`), storing serialized JSON in the database:
Expand Down

0 comments on commit 055a05a

Please sign in to comment.