An open API service indexing awesome lists of open source software.

https://github.com/state-machines/state_machines-activemodel-observers


https://github.com/state-machines/state_machines-activemodel-observers

activemodel observer ruby state-machine

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/state-machines/state_machines-activemodel-observers.svg?branch=master)](https://travis-ci.org/state-machines/state_machines-activemodel-observers)
[![Code Climate](https://codeclimate.com/github/state-machines/state_machines-activemodel-observers.png)](https://codeclimate.com/github/state-machines/state_machines-activemodel-observers)
# StateMachines: ActiveModel Observers

ActiveModel Observers integration for State Machines

## Installation

Add this line to your application's Gemfile:

gem 'state_machines-activemodel-observers'

And then execute:

$ bundle

Or install it yourself as:

$ gem install state_machines-activemodel-observers

## Usage

TODO: Write usage instructions here
TODO: Import/Write tests

## Contributing

1. Fork it ( https://github.com/state-machines/state_machines-activemodel-observers/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request