1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Merge branch 'master' of github.com:aasm/aasm

This commit is contained in:
Thorsten Böttger 2013-01-18 22:22:00 +13:00
commit 0a3ea9ec06

View file

@ -1,5 +1,7 @@
# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/aasm/aasm)
**The main repository for AASM has been moved to an organization [https://github.com/aasm/aasm](https://github.com/aasm/aasm).**
This package contains AASM, a library for adding finite state machines to Ruby classes.
AASM started as the *acts_as_state_machine* plugin but has evolved into a more generic library