Skip to content

Commit

Permalink
Fix README for User.status.values (#1)
Browse files Browse the repository at this point in the history
It doesn't return "I18n text values" but just "values"
  • Loading branch information
MichaelHoste authored Dec 1, 2021
1 parent a16175c commit 49e8d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Attribute's I18n text value:

#### values

List of I18n text values for an enumerized attribute:
List of possible values for an enumerized attribute:

```ruby
User.status.values # or User.enumerized_attributes[:status].values
Expand Down

0 comments on commit 49e8d2a

Please sign in to comment.