summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustav <gustav@invoke.se>2020-10-16 18:06:39 +0200
committerGitHub <noreply@github.com>2020-10-16 18:06:39 +0200
commit44fefac209f558b3e60c55236ab5e948180abfa2 (patch)
tree29f40bf6003600621ea1034cf014ab260506e70d
parent097ad42b2d3c533dcb411ce5dafae06a9c14fb8a (diff)
downloadhashie-44fefac209f558b3e60c55236ab5e948180abfa2.tar.gz
Fix typo in README for PredefinedValues
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4cf0214..b3b934f 100644
--- a/README.md
+++ b/README.md
@@ -976,7 +976,7 @@ the ability to accept predefined values on a property.
```ruby
class UserHash < Hashie::Dash
- include Hashie::Extensions::PredefinedValues
+ include Hashie::Extensions::Dash::PredefinedValues
property :gender, values: %i[male female prefer_not_to_say]
property :age, values: (0..150)