Skip to content

Commit

Permalink
Add information about uuid with custom table name
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed May 13, 2020
1 parent e10e7eb commit d87f115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ rails g acts_as_messageable:migration my_messages

**Create `my_messages` table with `uuid` support**
```
rails g acts_as_messageable:migration my_messages
rails g acts_as_messageable:migration my_messages --uuid
```

Usage
Expand Down

0 comments on commit d87f115

Please sign in to comment.