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

if you are using bundler

This commit is contained in:
Thorsten Böttger 2011-10-23 21:21:51 +02:00
parent f8707d1682
commit 0c7654564f

View file

@ -34,12 +34,19 @@ The callback chain & order on a successful event looks like:
## Installation ## ## Installation ##
### From RubyGems.org ### ### Manually from RubyGems.org ###
```sh ```sh
% gem install aasm % gem install aasm
``` ```
### Or if you are using Bundler ###
```ruby
# Gemfile
gem 'aasm'
```
### Building your own gems ### ### Building your own gems ###
```sh ```sh