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 924c15c commit e64f2c5Copy full SHA for e64f2c5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## master
2
3
-## 0.3.0.beta1 (2019-03-30)
+## 0.3.0 (2019-04-02)
4
5
- Added ActiveSupport-based instrumentation. ([@palkan][])
6
docs/debugging.md
@@ -17,7 +17,6 @@ def feed?
17
(admin? || allowed_to?(:access_feed?)) &&
18
(user.name == "Jack" || user.name == "Kate")
19
end
20
-
21
```
22
23
Suppose that you want to debug this rule ("Why does it return false?").
lib/action_policy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActionPolicy
- VERSION = "0.3.0.beta1"
+ VERSION = "0.3.0"
0 commit comments