0.2.0
Pre-release
Pre-release
Highlights
-
JRuby compatibility
-
Added
reasons.details
:rescue_from ActionPolicy::Unauthorized do |ex| ex.result.reasons.details #=> { stage: [:show?] } end
See Changelog for more.
JRuby compatibility
Added reasons.details
:
rescue_from ActionPolicy::Unauthorized do |ex|
ex.result.reasons.details #=> { stage: [:show?] }
end
See Changelog for more.