summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2020-10-16 19:43:32 -0400
committerGitHub <noreply@github.com>2020-10-16 19:43:32 -0400
commit09581e249729cd7a962b4df47837247c79d4e7ea (patch)
tree29f40bf6003600621ea1034cf014ab260506e70d
parent097ad42b2d3c533dcb411ce5dafae06a9c14fb8a (diff)
parent44fefac209f558b3e60c55236ab5e948180abfa2 (diff)
downloadhashie-09581e249729cd7a962b4df47837247c79d4e7ea.tar.gz
Merge pull request #534 from voke/patch-1
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)