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

Rewrite Aasm to AASM

This commit is contained in:
takiy33 2016-09-02 09:52:39 +09:00
parent c1a1bc5c6e
commit 7f7a8cb3f0

View file

@ -1054,7 +1054,7 @@ gem 'aasm'
### Generators
After installing Aasm you can run generator:
After installing AASM you can run generator:
```sh
% rails generate aasm NAME [COLUMN_NAME]