mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Tagged 2.0.0.beta1
This commit is contained in:
parent
f6bf57b1b6
commit
66e49fa55b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Pundit
|
# Pundit
|
||||||
|
|
||||||
## Unreleased
|
## 2.0.0.beta1 (2018-07-04)
|
||||||
|
|
||||||
- Add `policy_class` option to `authorize` to be able to override the policy. (#441)
|
- Add `policy_class` option to `authorize` to be able to override the policy. (#441)
|
||||||
- Add `policy_scope_class` option to `authorize` to be able to override the policy scope. (#441)
|
- Add `policy_scope_class` option to `authorize` to be able to override the policy scope. (#441)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Pundit
|
module Pundit
|
||||||
VERSION = "1.1.0".freeze
|
VERSION = "2.0.0.beta1".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue