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:
parent
f8707d1682
commit
0c7654564f
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue