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
- Host: GitHub
- URL: https://github.com/state-machines/state_machines-activemodel-observers
- Owner: state-machines
- License: mit
- Created: 2014-05-13T23:51:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T19:46:11.000Z (almost 9 years ago)
- Last Synced: 2025-08-18T14:38:21.385Z (10 months ago)
- Topics: activemodel, observer, ruby, state-machine
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 0
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/state-machines/state_machines-activemodel-observers)
[](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