Rewrite Aasm to AASM

This commit is contained in:
takiy33 2016-09-02 09:52:39 +09:00
parent c1a1bc5c6e
commit 7f7a8cb3f0
1 changed files with 1 additions and 1 deletions

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]