We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddf261 commit d6964b8Copy full SHA for d6964b8
README.md
@@ -8,7 +8,7 @@ The idea is to let configure things in a dynamic way without recompile of a prog
8
9
```ruby
10
# Get the special price if
11
-user.Group() in ["good_customers", "collaborator"]
+user.Group in ["good_customers", "collaborator"]
12
13
# Promote article to the homepage when
14
article.CommentCount > 100 and article.Category not in ["misc"]
0 commit comments